Skip to content
This repository was archived by the owner on Jun 22, 2024. It is now read-only.

Commit 2595484

Browse files
committed
test(chart): Update nginx config in CI tests
Signed-off-by: Viet Nguyen Duc <[email protected]>
1 parent e43f301 commit 2595484

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

tests/charts/ci/auth-ingress-values.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ components:
3737
ingress-nginx:
3838
enabled: true
3939
controller:
40-
hostNetwork: true
40+
hostPort:
41+
enabled: true
4142
kind: DaemonSet
4243
service:
4344
type: ClusterIP

tests/charts/refValues/simplex-minikube.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,8 @@ ingress-nginx:
9191
# Set controller default certificate use the same with Selenium Grid
9292
extraArgs:
9393
default-ssl-certificate: '$(POD_NAMESPACE)/selenium-tls-secret'
94-
hostNetwork: true
94+
hostPort:
95+
enabled: true
9596
kind: DaemonSet
9697
service:
9798
type: ClusterIP

0 commit comments

Comments
 (0)