Skip to content

Commit

Permalink
helm: update values file (#1132)
Browse files Browse the repository at this point in the history
  • Loading branch information
akshaysngupta committed Feb 5, 2021
1 parent ee7d072 commit d64276a
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
8 changes: 6 additions & 2 deletions helm/ingress-azure/values-template.yaml
Expand Up @@ -22,10 +22,14 @@ kubernetes:

# Specify the scheduling options
nodeSelector: {}
# disktype: dentro
tolerations: []
affinity: {}

securityContext:
runAsUser: 0

# custom annotations
# Add pod level annotations
podAnnotations: {}

# Set this to override the default ingress class value. DEFAULT: azure/application-gateway
Expand Down Expand Up @@ -70,4 +74,4 @@ nodeSelector: {}
################################################################################
# Specify if the cluster is RBAC enabled or not
rbac:
enabled: false # true/false
enabled: false # true/false
3 changes: 3 additions & 0 deletions helm/ingress-azure/values.yaml
Expand Up @@ -36,6 +36,9 @@ kubernetes:
# Add pod level annotations
podAnnotations: {}

# Set this to override the default ingress class value. DEFAULT: azure/application-gateway
# This can be used to segregate ingress controllers in the same namespace
# ingressClass: agic-2

################################################################################
# Specify which application gateway the ingress controller will manage
Expand Down

0 comments on commit d64276a

Please sign in to comment.