remove chisel
ci / build (push) Waiting to run
Details
ci / build (push) Waiting to run
Details
This commit is contained in:
parent
e0619a04bb
commit
146964c75a
|
@ -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.17
|
version: 0.0.18
|
||||||
keywords:
|
keywords:
|
||||||
- fp
|
- fp
|
||||||
- futureporn
|
- futureporn
|
||||||
|
|
|
@ -28,7 +28,9 @@ metadata:
|
||||||
namespace: futureporn
|
namespace: futureporn
|
||||||
annotations:
|
annotations:
|
||||||
external-dns.alpha.kubernetes.io/hostname: "{{ .Values.echo.hostname }}"
|
external-dns.alpha.kubernetes.io/hostname: "{{ .Values.echo.hostname }}"
|
||||||
|
{{ if eq .Values.environment "development" }}
|
||||||
chisel-operator.io/exit-node-name: "echo-exit-node"
|
chisel-operator.io/exit-node-name: "echo-exit-node"
|
||||||
|
{{ end }}
|
||||||
spec:
|
spec:
|
||||||
selector:
|
selector:
|
||||||
app: echo
|
app: echo
|
||||||
|
@ -50,16 +52,12 @@ spec:
|
||||||
- web
|
- web
|
||||||
|
|
||||||
routes:
|
routes:
|
||||||
- match: PathPrefix(`echo.fp.sbtp.xyz`) #Host(`echo.fp.sbtp.xyz`)
|
- match: PathPrefix(`echo.fp.sbtp.xyz`)
|
||||||
kind: Rule
|
kind: Rule
|
||||||
services:
|
services:
|
||||||
- name: echo
|
- name: echo
|
||||||
port: 8001
|
port: 8001
|
||||||
# - match: PathPrefix(`/foo`) #Host(`echo.fp.sbtp.xyz`)
|
|
||||||
# kind: Rule
|
|
||||||
# services:
|
|
||||||
# - name: echo
|
|
||||||
# port: 8001
|
|
||||||
|
|
||||||
# ---
|
# ---
|
||||||
# apiVersion: networking.k8s.io/v1
|
# apiVersion: networking.k8s.io/v1
|
||||||
|
|
Loading…
Reference in New Issue