Skip to content

Commit

Permalink
ingress-chart: updated values for Azure
Browse files Browse the repository at this point in the history
  • Loading branch information
julie-ng committed Jan 25, 2024
1 parent 68cae4a commit 61aea04
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions manifests/ingress/chart.values.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# https://github.com/kubernetes/ingress-nginx/tree/main/charts/ingress-nginx
# https://github.com/kubernetes/ingress-nginx/blob/main/charts/ingress-nginx/values.yaml
controller:
replicaCount: 3
nodeSelector:
kubernetes.io/os: linux
agentpool: user # b/c omsagent hogs system node
service:
annotations:
service.beta.kubernetes.io/azure-load-balancer-health-probe-request-path: /livez
externalTrafficPolicy: Local
topologySpreadConstraints:
- maxSkew: 2
topologyKey: "kubernetes.io/hostname" # spread evenly across nodes
Expand Down

0 comments on commit 61aea04

Please sign in to comment.