Compare commits
2 Commits
9c809c816c
...
dcaffdb456
| Author | SHA1 | Date | |
|---|---|---|---|
| dcaffdb456 | |||
| 3e7705c937 |
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user