Files
Kubernetes-Manifests/infra/envoy-gateway/outline/outline-gateway-public-patch.yaml
2026-06-22 23:32:35 +02:00

20 lines
419 B
YAML

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