Files
Kubernetes-Manifests/envoy-gateway/seerr/test-gateway-patch.yaml
Jeffrey Smeets 52cf8033c8 envoy-gateway: add seerr-test.jsme.be listener + cert (OIDC preview test)
Temporary listener/cert for the seerr-test instance running the
preview-new-oidc build. Remove along with the seerr-test workload when
testing is done.
2026-06-14 12:45:53 +02:00

20 lines
426 B
YAML

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