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

20 lines
411 B
YAML

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