Skip to content

Commit

Permalink
fix: Specify pod affinity (#19)
Browse files Browse the repository at this point in the history
added affinity
  • Loading branch information
aomegax authored Mar 16, 2023
1 parent a641571 commit 31bfb13
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions pagopa_it/values-dev.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,13 @@ microservice-chart:
keyvault:
name: dvopla-d-neu-kv
tenantId: 7788edaf-0346-4068-9d79-c868aed15b3d

affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
- key: node_type
operator: In
values:
- user

0 comments on commit 31bfb13

Please sign in to comment.