use cert
This commit is contained in:
parent
486d54d300
commit
ab87a4f5ab
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue