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