Skip to content

Commit

Permalink
fix: add default backend service args
Browse files Browse the repository at this point in the history
  • Loading branch information
kha7iq committed Jun 12, 2021
1 parent 42bc6d2 commit 78a9fd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions k8s/base/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ spec:
args:
- /nginx-ingress-controller
- --configmap=$(POD_NAMESPACE)/$(NGINX_CONFIGMAP_NAME)
- --default-backend-service=$(POD_NAMESPACE)/ingress-nginx-default-backend
- --publish-service=$(POD_NAMESPACE)/$(SERVICE_NAME)
- --election-id=ingress-controller-leader
- --ingress-class=nginx
Expand Down

0 comments on commit 78a9fd0

Please sign in to comment.