Skip to content

Commit

Permalink
test(chart): Update nginx config in CI tests
Browse files Browse the repository at this point in the history
Signed-off-by: Viet Nguyen Duc <nguyenducviet4496@gmail.com>
  • Loading branch information
VietND96 committed Jan 24, 2024
1 parent e43f301 commit 2595484
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion tests/charts/ci/auth-ingress-values.yaml
Expand Up @@ -37,7 +37,8 @@ components:
ingress-nginx:
enabled: true
controller:
hostNetwork: true
hostPort:
enabled: true
kind: DaemonSet
service:
type: ClusterIP
Expand Down
3 changes: 2 additions & 1 deletion tests/charts/refValues/simplex-minikube.yaml
Expand Up @@ -91,7 +91,8 @@ ingress-nginx:
# Set controller default certificate use the same with Selenium Grid
extraArgs:
default-ssl-certificate: '$(POD_NAMESPACE)/selenium-tls-secret'
hostNetwork: true
hostPort:
enabled: true
kind: DaemonSet
service:
type: ClusterIP

0 comments on commit 2595484

Please sign in to comment.