Skip to content

Commit

Permalink
Update values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
khushimalhoz authored Jul 30, 2024
1 parent 3df39a7 commit 61a0e3c
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions charts/microservice/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,23 +121,10 @@ deployment:
tolerations: []

affinity:
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchLabels:
app: "my-microservice"
topologyKey: topology.kubernetes.io/zone
enabled: true

topologySpreadConstraints:
- maxSkew: 1
topologyKey: "topology.kubernetes.io/zone" # Ensure this key is valid
whenUnsatisfiable: "DoNotSchedule"
labelSelector:
matchLabels:
app: "my-microservice"
minDomains: 2
enabled: true

hpa:
enabled: true
Expand Down

0 comments on commit 61a0e3c

Please sign in to comment.