Skip to content

Commit

Permalink
fix: pin to 1c
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Nov 17, 2024
1 parent 138d4c7 commit 0c162d7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion chart/values.pichu.amber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ vcluster:
<<: *tags
etcd:
nodeSelector:
topology.kubernetes.io/zone: ap-southeast-1a
topology.kubernetes.io/zone: ap-southeast-1c
storage:
persistence: true
className: ebs-gp3
Expand Down
2 changes: 1 addition & 1 deletion chart/values.pichu.topaz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ vcluster:
<<: *tags
etcd:
nodeSelector:
topology.kubernetes.io/zone: ap-southeast-1a
topology.kubernetes.io/zone: ap-southeast-1c
storage:
persistence: true
className: ebs-gp3
Expand Down
2 changes: 1 addition & 1 deletion chart/values.pikachu.amber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ vcluster:
persistence: true
className: ebs-gp3
nodeSelector:
topology.kubernetes.io/zone: ap-southeast-1b
topology.kubernetes.io/zone: ap-southeast-1c
labels:
<<: *tags
annotations:
Expand Down
2 changes: 1 addition & 1 deletion chart/values.pikachu.topaz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ vcluster:
persistence: true
className: ebs-gp3
nodeSelector:
topology.kubernetes.io/zone: ap-southeast-1b
topology.kubernetes.io/zone: ap-southeast-1c
labels:
<<: *tags
annotations:
Expand Down

0 comments on commit 0c162d7

Please sign in to comment.