Compare commits
2 Commits
486d54d300
...
ebc7638267
Author | SHA1 | Date | |
---|---|---|---|
ebc7638267 | |||
ab87a4f5ab |
@ -1,7 +1,7 @@
|
|||||||
apiVersion: v1
|
apiVersion: v1
|
||||||
name: fp
|
name: fp
|
||||||
description: The Galaxy's Best VTuber Hentai Site
|
description: The Galaxy's Best VTuber Hentai Site
|
||||||
version: 0.0.19
|
version: 0.0.20
|
||||||
keywords:
|
keywords:
|
||||||
- fp
|
- fp
|
||||||
- futureporn
|
- futureporn
|
||||||
|
@ -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…
x
Reference in New Issue
Block a user