remove chisel
ci / build (push) Waiting to run Details

This commit is contained in:
CJ_Clippy 2024-06-28 21:24:17 -08:00
parent e0619a04bb
commit 146964c75a
2 changed files with 5 additions and 7 deletions

View File

@ -1,7 +1,7 @@
apiVersion: v1
name: fp
description: The Galaxy's Best VTuber Hentai Site
version: 0.0.17
version: 0.0.18
keywords:
- fp
- futureporn

View File

@ -28,7 +28,9 @@ metadata:
namespace: futureporn
annotations:
external-dns.alpha.kubernetes.io/hostname: "{{ .Values.echo.hostname }}"
{{ if eq .Values.environment "development" }}
chisel-operator.io/exit-node-name: "echo-exit-node"
{{ end }}
spec:
selector:
app: echo
@ -50,16 +52,12 @@ spec:
- web
routes:
- match: PathPrefix(`echo.fp.sbtp.xyz`) #Host(`echo.fp.sbtp.xyz`)
- match: PathPrefix(`echo.fp.sbtp.xyz`)
kind: Rule
services:
- name: echo
port: 8001
# - match: PathPrefix(`/foo`) #Host(`echo.fp.sbtp.xyz`)
# kind: Rule
# services:
# - name: echo
# port: 8001
# ---
# apiVersion: networking.k8s.io/v1