Skip to content

Commit

Permalink
FDN-2707: release arm and deploy dependency services
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Arias authored and Miguel Arias committed Aug 16, 2024
1 parent 00ed70a commit 2f81af9
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
10 changes: 10 additions & 0 deletions deploy/dependency-api/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,16 @@ deployments:
maxReplicas: 2
maxUnavailable: 1

# Migrate dependency-api service to arm64 platform
nodeSelector:
role: workers-arm64

tolerations:
- key: "role"
operator: "Equal"
value: "workers-arm64"
effect: "NoSchedule"

rolloutResource:
enabled: false

Expand Down
10 changes: 10 additions & 0 deletions deploy/dependency-www/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,16 @@ deployments:
maxReplicas: 2
maxUnavailable: 1

# Migrate dependency-www service to arm64 platform
nodeSelector:
role: workers-arm64

tolerations:
- key: "role"
operator: "Equal"
value: "workers-arm64"
effect: "NoSchedule"

rolloutResource:
enabled: false

Expand Down

0 comments on commit 2f81af9

Please sign in to comment.