Standardize manifest filenames to <app>-<kind>.yaml
This commit is contained in:
19
envoy-gateway/gitea/gitea-gateway-public-patch.yaml
Normal file
19
envoy-gateway/gitea/gitea-gateway-public-patch.yaml
Normal file
@@ -0,0 +1,19 @@
|
||||
- op: add
|
||||
path: /spec/listeners/-
|
||||
value:
|
||||
name: gitea
|
||||
protocol: HTTPS
|
||||
port: 443
|
||||
hostname: "gitea.jsme.be"
|
||||
allowedRoutes:
|
||||
namespaces:
|
||||
from: Selector
|
||||
selector:
|
||||
matchLabels:
|
||||
kubernetes.io/metadata.name: gitea
|
||||
tls:
|
||||
mode: Terminate
|
||||
certificateRefs:
|
||||
- kind: Secret
|
||||
name: gitea-tls
|
||||
namespace: envoy-gateway
|
||||
Reference in New Issue
Block a user