Skip to content

Commit

Permalink
changes to ingress, unsure if strictly necessary
Browse files Browse the repository at this point in the history
  • Loading branch information
ctr26 committed Feb 9, 2022
1 parent 87bf85c commit b64c5bb
Showing 1 changed file with 8 additions and 5 deletions.
13 changes: 8 additions & 5 deletions ingress/nginx-ingress.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,11 @@
# controller:
# # service:
# # loadBalancerIP: 45.88.80.49
# # admissionWebhooks:
# # enabled: false
controller:
ingressClass: nginx
# service:
# loadBalancerIP: 45.88.81.23
# admissionWebhooks:
# enabled: false
extraArgs:
ingress-class: nginx
rbac:
create: true
# Crucial for cert-manager to work for some reason:
Expand Down

0 comments on commit b64c5bb

Please sign in to comment.