Skip to content

Commit

Permalink
Update current feature
Browse files Browse the repository at this point in the history
  • Loading branch information
fjammes committed Sep 30, 2024
1 parent 66398c2 commit a325dc4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ kubectl apply -n "$NSAPP" -f $DIR/example-ingress.yaml
kubectl get -n "$NSAPP" ingress

ink "Access the application"
NODE_PORT=$(kubectl get svc ingress-nginx-controller -n "$NS" -o jsonpath="{.spec.ports[0].nodePort}")
NODE_PORT=$(kubectl get svc ingress-nginx-controller -n "$ingress_ns" -o jsonpath="{.spec.ports[0].nodePort}")

helm upgrade --wait --install ingress-nginx ingress-nginx \
--repo https://kubernetes.github.io/ingress-nginx \
Expand Down

0 comments on commit a325dc4

Please sign in to comment.