Skip to content

Commit 411cce4

Browse files
committed
revert: bring back the ingressroute configs
Signed-off-by: Sidharth Jawale <sidharth@obmondo.com>
1 parent ec0e26e commit 411cce4

1 file changed

Lines changed: 0 additions & 70 deletions

File tree

argocd-helm-charts/netbird/values.yaml

Lines changed: 0 additions & 70 deletions
Original file line numberDiff line numberDiff line change
@@ -136,51 +136,10 @@ netbird:
136136
IDP_SERVICE_ACCOUNT_USER: netbird/idpServiceAccountUser
137137
IDP_SERVICE_ACCOUNT_PASSWORD: netbird/idpServiceAccountPassword
138138
DATASTORE_ENCRYPTION_KEY: netbird/datastoreEncryptionKey
139-
useBackwardsGrpcService: true
140-
ingressGrpc:
141-
enabled: true
142-
annotations:
143-
traefik.ingress.kubernetes.io/service.serversscheme: h2c
144-
className: traefik-cert-manager
145-
tls:
146-
- hosts:
147-
- vpn.example.com
148-
secretName: vpn.example.com
149-
hosts:
150-
- host: vpn.example.com
151-
paths:
152-
- path: /management
153-
pathType: ImplementationSpecific
154-
ingress:
155-
enabled: true
156-
className: traefik-cert-manager
157-
tls:
158-
- hosts:
159-
- vpn.example.com
160-
secretName: vpn.example.com
161-
hosts:
162-
- host: vpn.example.com
163-
paths:
164-
- path: /api
165-
pathType: ImplementationSpecific
166139

167140
signal:
168141
image:
169142
tag: 0.55.1
170-
ingress:
171-
enabled: true
172-
annotations:
173-
traefik.ingress.kubernetes.io/service.serversscheme: h2c
174-
className: traefik-cert-manager
175-
tls:
176-
- hosts:
177-
- vpn.example.com
178-
secretName: vpn.example.com
179-
hosts:
180-
- host: vpn.example.com
181-
paths:
182-
- path: /signalexchange
183-
pathType: ImplementationSpecific
184143

185144
relay:
186145
image:
@@ -191,18 +150,6 @@ netbird:
191150
NB_EXPOSED_ADDRESS: rels://vpn.example.com:443/relay
192151
envFromSecret:
193152
NB_AUTH_SECRET: netbird/relayPassword
194-
ingress:
195-
enabled: true
196-
className: traefik-cert-manager
197-
tls:
198-
- hosts:
199-
- vpn.example.com
200-
secretName: vpn.example.com
201-
hosts:
202-
- host: vpn.example.com
203-
paths:
204-
- path: /relay
205-
pathType: ImplementationSpecific
206153

207154
dashboard:
208155
enabled: true
@@ -220,24 +167,7 @@ netbird:
220167
AUTH_AUTHORITY: https://keycloak.example.com/auth/realms/Obmondo
221168
USE_AUTH0: false
222169
AUTH_SUPPORTED_SCOPES: openid profile email offline_access netbird-vpn-api
223-
AUTH_REDIRECT_URI:
224-
AUTH_SILENT_REDIRECT_URI:
225170
NETBIRD_TOKEN_SOURCE: accessToken
226-
NGINX_SSL_PORT:
227-
LETSENCRYPT_DOMAIN:
228-
LETSENCRYPT_EMAIL:
229-
ingress:
230-
enabled: true
231-
className: traefik-cert-manager
232-
tls:
233-
- hosts:
234-
- vpn.example.com
235-
secretName: vpn.example.com
236-
hosts:
237-
- host: vpn.example.com
238-
paths:
239-
- path: /
240-
pathType: ImplementationSpecific
241171

242172
coturn:
243173
coturn:

0 commit comments

Comments
 (0)