Skip to content

Commit

Permalink
FDN-2872 migrate service to Karpenter (#706)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylyuk-andriy authored Oct 10, 2024
1 parent 3fa0ce9 commit dfd3039
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy/apibuilder-generator/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,15 @@ deployments:
maxReplicas: 2
maxUnavailable: 1

nodeSelector:
karpenter/role: workers
kubernetes.io/arch: amd64
tolerations:
- key: "role"
operator: "Equal"
value: "workers"
effect: "NoSchedule"

rolloutResource:
enabled: false

Expand Down

0 comments on commit dfd3039

Please sign in to comment.