2 Commits

Author SHA1 Message Date
dcaffdb456 change type 2025-01-14 20:36:22 -06:00
3e7705c937 remove annoation 2025-01-14 20:35:03 -06:00

View File

@@ -43,8 +43,6 @@ metadata:
app.kubernetes.io/version: {{ .Chart.AppVersion }}
app.kubernetes.io/component: web
app.kubernetes.io/part-of: {{ .Release.Name }}
annotations:
tailscale.com/experimental-forward-cluster-traffic-via-ingress: "true"
spec:
ingressClassName: tailscale
tls:
@@ -56,7 +54,7 @@ spec:
http:
paths:
- path: /
pathType: Prefix
pathType: Exact
backend:
service:
name: gitea-http