Skip to content

Commit

Permalink
[PRDP-235] Updated helm affinity config (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
svariant authored Nov 28, 2023
1 parent bc98299 commit 65cd682
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 @@ -127,6 +127,15 @@ microservice-chart:
operator: In
values:
- user
podAntiAffinity:
preferredDuringSchedulingIgnoredDuringExecution:
- weight: 100
podAffinityTerm:
labelSelector:
matchLabels:
app.kubernetes.io/instance: pagopareceiptpdfdatastore
namespaces: [ "receipts" ]
topologyKey: topology.kubernetes.io/zone
canaryDelivery:
create: false
ingress:
Expand Down

0 comments on commit 65cd682

Please sign in to comment.