Skip to content

Commit

Permalink
chore: Enforce correct nodes for upgrade-server deploys (#541)
Browse files Browse the repository at this point in the history
  • Loading branch information
wojciechsromek authored Oct 16, 2024
1 parent 9f5791c commit eca4e96
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions deploy/prod/common-values-upgrade-server-left.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ imagePullSecrets:

nodeSelector:
kubernetes.io/arch: amd64
beta.kubernetes.io/instance-type: t3.2xlarge

hostNetwork: true

Expand Down
1 change: 1 addition & 0 deletions deploy/prod/common-values-upgrade-server-right.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ imagePullSecrets:

nodeSelector:
kubernetes.io/arch: amd64
beta.kubernetes.io/instance-type: t3.2xlarge

hostNetwork: true

Expand Down
1 change: 1 addition & 0 deletions deploy/stage/common-values-upgrade-server-left.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ imagePullSecrets:

nodeSelector:
kubernetes.io/arch: amd64
beta.kubernetes.io/instance-type: t3.2xlarge

podSecurityContext:
runAsUser: 65534
Expand Down
1 change: 1 addition & 0 deletions deploy/stage/common-values-upgrade-server-right.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,7 @@ imagePullSecrets:

nodeSelector:
kubernetes.io/arch: amd64
beta.kubernetes.io/instance-type: t3.2xlarge

podSecurityContext:
runAsUser: 65534
Expand Down

0 comments on commit eca4e96

Please sign in to comment.