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.
This commit is contained in:
2026-06-14 12:45:53 +02:00
parent 5b36bcc81d
commit 52cf8033c8
3 changed files with 40 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
apiVersion: cert-manager.io/v1
kind: Certificate
metadata:
name: seerr-test-tls
namespace: envoy-gateway
spec:
secretName: seerr-test-tls
privateKey:
rotationPolicy: Always
issuerRef:
name: azure-dns
kind: ClusterIssuer
dnsNames:
- seerr-test.jsme.be

View File

@@ -0,0 +1,19 @@
- 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