Files
Kubernetes-Manifests/envoy-gateway/resume/resume-gateway-public-patch.yaml

20 lines
415 B
YAML

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