Skip to content

Commit

Permalink
feat: limit to only 1c
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Nov 28, 2024
1 parent 88e0fe9 commit 0e24605
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
8 changes: 8 additions & 0 deletions chart/values.entei.amber.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ tags: &tags
clusterName: &clusterName "entei-amber"
nodeRole: ""
karpenterRole: &karpenterRole ""



karpenter:
fullnameOverride: "krypton"
nodeSelector:
topology.kubernetes.io/zone: ap-southeast-1c
settings:
clusterName: *clusterName
interruptionQueueName: *clusterName
Expand Down Expand Up @@ -67,3 +72,6 @@ bottlerocket:
- key: "karpenter.sh/capacity-type"
operator: In
values: ["spot"]
- key: "topology.kubernetes.io/zone"
operator: In
values: [ "ap-southeast-1c" ]
5 changes: 5 additions & 0 deletions chart/values.entei.topaz.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,13 @@ tags: &tags
clusterName: &clusterName "entei-topaz"
nodeRole: "Karpenter-entei-topaz-20241117140826544400000011"
karpenterRole: &karpenterRole "arn:aws:iam::058264095736:role/KarpenterController-20241117140827179600000012"



karpenter:
fullnameOverride: "krypton"
nodeSelector:
topology.kubernetes.io/zone: ap-southeast-1c
settings:
clusterName: *clusterName
interruptionQueueName: *clusterName
Expand Down

0 comments on commit 0e24605

Please sign in to comment.