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