Füge Konfiguration für das Shared Gateway und das zugehörige TLS-Zertifikat hinzu
This commit is contained in:
@@ -23,4 +23,18 @@ spec:
|
|||||||
tls:
|
tls:
|
||||||
mode: Terminate
|
mode: Terminate
|
||||||
certificateRefs:
|
certificateRefs:
|
||||||
- name: shared-gateway-tls
|
- name: shared-gateway-tls
|
||||||
|
|
||||||
|
---
|
||||||
|
apiVersion: cert-manager.io/v1
|
||||||
|
kind: Certificate
|
||||||
|
metadata:
|
||||||
|
name: shared-gateway-tls
|
||||||
|
namespace: default
|
||||||
|
spec:
|
||||||
|
secretName: shared-gateway-tls
|
||||||
|
dnsNames:
|
||||||
|
- '*.k8s.hnrx.net'
|
||||||
|
issuerRef:
|
||||||
|
name: cloudflare-cluster-issuer
|
||||||
|
kind: ClusterIssuer
|
||||||
Reference in New Issue
Block a user