Skip to content

Commit

Permalink
Adjusted ingress class for second controller.
Browse files Browse the repository at this point in the history
  • Loading branch information
pantierra committed Dec 9, 2024
1 parent 0f07b45 commit 5635cfd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions webapp/deploy/helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,14 @@ ingress:

ingress-nginx:
controller:
ingressClass: "nginx"
ingressClass: "webapp-nginx"
replicaCount: 1
fullnameOverride: "ingress-nginx"
ingressClassResource:
name: webapp-nginx
enabled: true
default: false
controllerValue: "k8s.io/webapp-ingress-nginx" # default: k8s.io/ingress-nginx
fullnameOverride: "webapp-ingress-nginx"
hosts:
- host: gfts.developmentseed.org
paths:
Expand Down

0 comments on commit 5635cfd

Please sign in to comment.