Skip to content

Commit

Permalink
migrate service to Karpenter
Browse files Browse the repository at this point in the history
  • Loading branch information
kyrylyuk-andriy committed Oct 8, 2024
1 parent 729954b commit 66d6c57
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
9 changes: 9 additions & 0 deletions deploy/apibuilder-api/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
9 changes: 9 additions & 0 deletions deploy/apibuilder-app/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 66d6c57

Please sign in to comment.