Skip to content

Commit

Permalink
Update affinity.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
khushimalhoz authored Jul 30, 2024
1 parent 19f93c6 commit ac1e1e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions charts/microservice/examples/affinity.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ deployment:
memory: 500Mi
cpu: 500m
affinity:
enabled: true # Set to false to disable podAntiAffinity
enabled: false # Set to false to disable podAntiAffinity
topologySpreadConstraints:
enabled: true # Set to false to disable topologySpreadConstraints
enabled: false # Set to false to disable topologySpreadConstraints
volumes:
enabled: true
configMaps:
Expand Down

0 comments on commit ac1e1e0

Please sign in to comment.