Skip to content

Commit

Permalink
feat: onyx cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 6, 2024
1 parent f7d35ea commit 7808bb4
Show file tree
Hide file tree
Showing 4 changed files with 80 additions and 0 deletions.
20 changes: 20 additions & 0 deletions chart/values.entei.onyx.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
serviceTree:
landscape: &landscape entei
cluster: &cluster onyx

tags: &tags
atomi.cloud/landscape: *landscape
atomi.cloud/cluster: *cluster

metrics-server:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: "topology.kubernetes.io/zone"
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
<<: *tags
commonLabels:
<<: *tags
podAnnotations:
<<: *tags
20 changes: 20 additions & 0 deletions chart/values.pichu.onyx.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
serviceTree:
landscape: &landscape pichu
cluster: &cluster onyx

tags: &tags
atomi.cloud/landscape: *landscape
atomi.cloud/cluster: *cluster

metrics-server:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: "topology.kubernetes.io/zone"
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
<<: *tags
commonLabels:
<<: *tags
podAnnotations:
<<: *tags
20 changes: 20 additions & 0 deletions chart/values.pikachu.onyx.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
serviceTree:
landscape: &landscape pikachu
cluster: &cluster onyx

tags: &tags
atomi.cloud/landscape: *landscape
atomi.cloud/cluster: *cluster

metrics-server:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: "topology.kubernetes.io/zone"
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
<<: *tags
commonLabels:
<<: *tags
podAnnotations:
<<: *tags
20 changes: 20 additions & 0 deletions chart/values.raichu.onyx.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
serviceTree:
landscape: &landscape raichu
cluster: &cluster onyx

tags: &tags
atomi.cloud/landscape: *landscape
atomi.cloud/cluster: *cluster

metrics-server:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: "topology.kubernetes.io/zone"
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
<<: *tags
commonLabels:
<<: *tags
podAnnotations:
<<: *tags

0 comments on commit 7808bb4

Please sign in to comment.