Skip to content

Commit

Permalink
Merge pull request #84 from pagopa/PRDP-235-update-helm
Browse files Browse the repository at this point in the history
[PRDP-235] Updated helm affinity config
  • Loading branch information
pasqualespica authored Nov 28, 2023
2 parents 175b323 + f47fe89 commit cedca24
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions helm/values-prod.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,15 @@ microservice-chart:
operator: In
values:
- user
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchLabels:
app.kubernetes.io/instance: pagopareceiptpdfgenerator
namespaces: [ "receipts" ]
topologyKey: topology.kubernetes.io/zone
canaryDelivery:
create: false
ingress:
Expand Down

0 comments on commit cedca24

Please sign in to comment.