File tree 1 file changed +0
-12
lines changed
1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -421,13 +421,10 @@ proxy:
421
421
ports :
422
422
health :
423
423
port : 8081
424
- containerPort : 9081
425
- remoteContainerPort : 8081
426
424
# -- Defines whether the health port is exposed if service.type is LoadBalancer or NodePort
427
425
exposed : false
428
426
socks :
429
427
port : 1080
430
- containerPort : 9180
431
428
# -- Defines whether the socks port is exposed if service.type is LoadBalancer or NodePort
432
429
exposed : true
433
430
gateway :
@@ -455,14 +452,10 @@ proxy:
455
452
ports :
456
453
health :
457
454
port : 8081
458
- containerPort : 9081
459
- remoteContainerPort : 8081
460
455
# -- Defines whether the health port is exposed if service.type is LoadBalancer or NodePort
461
456
exposed : false
462
457
tls :
463
458
port : 443
464
- containerPort : 9443
465
- remoteContainerPort : 8443
466
459
# -- Defines whether the tls port is exposed if service.type is LoadBalancer or NodePort
467
460
exposed : true
468
461
ingress :
@@ -508,15 +501,10 @@ proxy:
508
501
ports :
509
502
health :
510
503
port : 8081
511
- containerPort : 9081
512
- remoteContainerPort : 8081
513
504
# -- Defines whether the health port is exposed if service.type is LoadBalancer or NodePort
514
505
exposed : false
515
506
web :
516
507
port : 80
517
- containerPort : 9080
518
- internalPort : 8080
519
- remoteContainerPort : 8443
520
508
# -- Defines whether the web port is exposed if service.type is LoadBalancer or NodePort
521
509
exposed : true
522
510
ingress :
You can’t perform that action at this time.
0 commit comments