Skip to content

Commit 34dfcd5

Browse files
authored
integration tests fixup: use nodeport (#3247)
Using load balancer could work also, but requires additional annotations that are environment-specific. This is a fix to a previous PR which was first tested, then refactored without properly being tested, which is why the intended type: Nodeport line was missing.
1 parent 62ca1a7 commit 34dfcd5

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

hack/helm_vars/ingress-nginx-controller/values.yaml.gotmpl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@ ingress-nginx:
88
kind: Deployment
99
replicaCount: 1
1010
service:
11+
type: NodePort
1112
nodePorts:
1213
# choose a random free port
1314
https: null

0 commit comments

Comments
 (0)