This commit is contained in:
CJ_Clippy 2024-06-28 22:16:53 -08:00
parent 486d54d300
commit ab87a4f5ab
1 changed files with 4 additions and 1 deletions

View File

@ -31,6 +31,7 @@ metadata:
{{ if eq .Values.environment "development" }}
chisel-operator.io/exit-node-name: "echo-exit-node"
{{ end }}
cert-manager.io/cluster-issuer: "{{ .Values.certManager.issuer }}"
spec:
selector:
app: echo
@ -50,7 +51,9 @@ metadata:
spec:
entryPoints:
- web
- websecure
tls:
secretName: echo-cert
routes:
- match: Host(`echo.fp.sbtp.xyz`) || PathPrefix(`/extra/echo`)
kind: Rule