Skip to content

Commit cbe1373

Browse files
committed
feat(helm): remove unused value in tunnels definition
1 parent 8184857 commit cbe1373

File tree

1 file changed

+0
-12
lines changed

1 file changed

+0
-12
lines changed

helm/ggbridge/values.yaml

-12
Original file line numberDiff line numberDiff line change
@@ -421,13 +421,10 @@ proxy:
421421
ports:
422422
health:
423423
port: 8081
424-
containerPort: 9081
425-
remoteContainerPort: 8081
426424
# -- Defines whether the health port is exposed if service.type is LoadBalancer or NodePort
427425
exposed: false
428426
socks:
429427
port: 1080
430-
containerPort: 9180
431428
# -- Defines whether the socks port is exposed if service.type is LoadBalancer or NodePort
432429
exposed: true
433430
gateway:
@@ -455,14 +452,10 @@ proxy:
455452
ports:
456453
health:
457454
port: 8081
458-
containerPort: 9081
459-
remoteContainerPort: 8081
460455
# -- Defines whether the health port is exposed if service.type is LoadBalancer or NodePort
461456
exposed: false
462457
tls:
463458
port: 443
464-
containerPort: 9443
465-
remoteContainerPort: 8443
466459
# -- Defines whether the tls port is exposed if service.type is LoadBalancer or NodePort
467460
exposed: true
468461
ingress:
@@ -508,15 +501,10 @@ proxy:
508501
ports:
509502
health:
510503
port: 8081
511-
containerPort: 9081
512-
remoteContainerPort: 8081
513504
# -- Defines whether the health port is exposed if service.type is LoadBalancer or NodePort
514505
exposed: false
515506
web:
516507
port: 80
517-
containerPort: 9080
518-
internalPort: 8080
519-
remoteContainerPort: 8443
520508
# -- Defines whether the web port is exposed if service.type is LoadBalancer or NodePort
521509
exposed: true
522510
ingress:

0 commit comments

Comments
 (0)