Skip to content

Commit 5c1dbc3

Browse files
committed
remove "web" ingressRoute
1 parent ac1773e commit 5c1dbc3

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

applications/wg-easy/charts/wg-easy/values.yaml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@ wireguard:
2020
templates:
2121
traefikRoutes:
2222
web-tls:
23-
hostName: example.com
24-
serviceName: wg-easy
25-
servicePort: 51821
26-
web:
27-
hostName: example.com
23+
hostName: '{{ dig "wireguard" "host" "example.com" .Values }}'
2824
serviceName: wg-easy
2925
servicePort: 51821
3026

0 commit comments

Comments
 (0)