Files
Kubernetes-Manifests/envoy-gateway/zipline/gateway-patch.yaml

20 lines
417 B
YAML

- op: add
path: /spec/listeners/-
value:
name: zipline
protocol: HTTPS
port: 443
hostname: "share.jsme.be"
allowedRoutes:
namespaces:
from: Selector
selector:
matchLabels:
kubernetes.io/metadata.name: zipline
tls:
mode: Terminate
certificateRefs:
- kind: Secret
name: zipline-tls
namespace: envoy-gateway