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:
@@ -22,6 +22,7 @@ resources:
|
|||||||
- it-tools/certificate.yaml
|
- it-tools/certificate.yaml
|
||||||
- jellyfin/certificate.yaml
|
- jellyfin/certificate.yaml
|
||||||
- seerr/certificate.yaml
|
- seerr/certificate.yaml
|
||||||
|
- seerr/test-certificate.yaml
|
||||||
- jenkins/certificate.yaml
|
- jenkins/certificate.yaml
|
||||||
- longhorn/certificate.yaml
|
- longhorn/certificate.yaml
|
||||||
- monitoring/certificate.yaml
|
- monitoring/certificate.yaml
|
||||||
@@ -92,6 +93,12 @@ patches:
|
|||||||
kind: Gateway
|
kind: Gateway
|
||||||
name: gateway-internal
|
name: gateway-internal
|
||||||
path: seerr/gateway-patch.yaml
|
path: seerr/gateway-patch.yaml
|
||||||
|
- target:
|
||||||
|
group: gateway.networking.k8s.io
|
||||||
|
version: v1
|
||||||
|
kind: Gateway
|
||||||
|
name: gateway-internal
|
||||||
|
path: seerr/test-gateway-patch.yaml
|
||||||
- target:
|
- target:
|
||||||
group: gateway.networking.k8s.io
|
group: gateway.networking.k8s.io
|
||||||
version: v1
|
version: v1
|
||||||
|
|||||||
14
envoy-gateway/seerr/test-certificate.yaml
Normal file
14
envoy-gateway/seerr/test-certificate.yaml
Normal 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
|
||||||
19
envoy-gateway/seerr/test-gateway-patch.yaml
Normal file
19
envoy-gateway/seerr/test-gateway-patch.yaml
Normal 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
|
||||||
Reference in New Issue
Block a user