Skip to content

Commit

Permalink
FDN-2872 migrate service to Karpenter (#943)
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylyuk-andriy authored Oct 14, 2024
1 parent a0fcf44 commit 0b9b1be
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 0 deletions.
11 changes: 11 additions & 0 deletions deploy/apibuilder-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ deployments:
maxReplicas: 2
maxUnavailable: 1

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

rolloutResource:
enabled: false

Expand Down
11 changes: 11 additions & 0 deletions deploy/apibuilder-app/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,17 @@ deployments:
maxReplicas: 2
maxUnavailable: 1

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

rolloutResource:
enabled: false

Expand Down

0 comments on commit 0b9b1be

Please sign in to comment.