Skip to content

Commit ec0e26e

Browse files
committed
fix: remove unnecessary grpc annotations and correct signal service ingress path
Signed-off-by: Sidharth Jawale <sidharth@obmondo.com>
1 parent ce0abfe commit ec0e26e

1 file changed

Lines changed: 1 addition & 7 deletions

File tree

argocd-helm-charts/netbird/values.yaml

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -153,8 +153,6 @@ netbird:
153153
pathType: ImplementationSpecific
154154
ingress:
155155
enabled: true
156-
annotations:
157-
traefik.ingress.kubernetes.io/service.serversscheme: h2c
158156
className: traefik-cert-manager
159157
tls:
160158
- hosts:
@@ -181,7 +179,7 @@ netbird:
181179
hosts:
182180
- host: vpn.example.com
183181
paths:
184-
- path: /signal
182+
- path: /signalexchange
185183
pathType: ImplementationSpecific
186184

187185
relay:
@@ -195,8 +193,6 @@ netbird:
195193
NB_AUTH_SECRET: netbird/relayPassword
196194
ingress:
197195
enabled: true
198-
annotations:
199-
traefik.ingress.kubernetes.io/service.serversscheme: h2c
200196
className: traefik-cert-manager
201197
tls:
202198
- hosts:
@@ -232,8 +228,6 @@ netbird:
232228
LETSENCRYPT_EMAIL:
233229
ingress:
234230
enabled: true
235-
annotations:
236-
traefik.ingress.kubernetes.io/service.serversscheme: h2c
237231
className: traefik-cert-manager
238232
tls:
239233
- hosts:

0 commit comments

Comments
 (0)