Compare commits

..

No commits in common. "ebc7638267094d5a8a6bb6fe551d2fe7c6caccfe" and "486d54d30091cb9a35da16cd34538b1729ff15c1" have entirely different histories.

2 changed files with 2 additions and 5 deletions

View File

@ -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.20 version: 0.0.19
keywords: keywords:
- fp - fp
- futureporn - futureporn

View File

@ -31,7 +31,6 @@ 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
@ -51,9 +50,7 @@ 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