Skip to content

Commit

Permalink
feat: values for mica & talc
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Aug 28, 2024
1 parent 121ec54 commit 3fdc214
Show file tree
Hide file tree
Showing 11 changed files with 136 additions and 1 deletion.
7 changes: 6 additions & 1 deletion Taskfile.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: "3"
version: '3'

env:
RELEASE_NAME: sulfoxide-xenon
Expand All @@ -10,6 +10,11 @@ includes:
vars:
LANDSCAPE: entei
CLUSTER: opal
suicune:opal-ruby:
taskfile: tasks/Taskfile.cluster.yaml
vars:
LANDSCAPE: suicune
CLUSTER: opal-ruby

tasks:
# Utility
Expand Down
13 changes: 13 additions & 0 deletions chart/values.entei.mica.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
serviceTree:
landscape: &landscape entei
cluster: &cluster mica

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

metrics-server:
commonLabels:
<<: *tags
podAnnotations:
<<: *tags
13 changes: 13 additions & 0 deletions chart/values.entei.talc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
serviceTree:
landscape: &landscape entei
cluster: &cluster talc

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

metrics-server:
commonLabels:
<<: *tags
podAnnotations:
<<: *tags
13 changes: 13 additions & 0 deletions chart/values.pichu.mica.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
serviceTree:
landscape: &landscape pichu
cluster: &cluster mica

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

metrics-server:
commonLabels:
<<: *tags
podAnnotations:
<<: *tags
13 changes: 13 additions & 0 deletions chart/values.pichu.talc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
serviceTree:
landscape: &landscape pichu
cluster: &cluster talc

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

metrics-server:
commonLabels:
<<: *tags
podAnnotations:
<<: *tags
13 changes: 13 additions & 0 deletions chart/values.pikachu.mica.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
serviceTree:
landscape: &landscape pikachu
cluster: &cluster mica

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

metrics-server:
commonLabels:
<<: *tags
podAnnotations:
<<: *tags
13 changes: 13 additions & 0 deletions chart/values.pikachu.talc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
serviceTree:
landscape: &landscape pikachu
cluster: &cluster talc

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

metrics-server:
commonLabels:
<<: *tags
podAnnotations:
<<: *tags
13 changes: 13 additions & 0 deletions chart/values.raichu.mica.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
serviceTree:
landscape: &landscape raichu
cluster: &cluster mica

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

metrics-server:
commonLabels:
<<: *tags
podAnnotations:
<<: *tags
13 changes: 13 additions & 0 deletions chart/values.raichu.talc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
serviceTree:
landscape: &landscape raichu
cluster: &cluster talc

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

metrics-server:
commonLabels:
<<: *tags
podAnnotations:
<<: *tags
13 changes: 13 additions & 0 deletions chart/values.suicune.mica-talc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
serviceTree:
landscape: &landscape suicune
cluster: &cluster opal-ruby

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

metrics-server:
commonLabels:
<<: *tags
podAnnotations:
<<: *tags
13 changes: 13 additions & 0 deletions chart/values.suicune.opal-ruby.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
serviceTree:
landscape: &landscape suicune
cluster: &cluster mica-talc

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

metrics-server:
commonLabels:
<<: *tags
podAnnotations:
<<: *tags

0 comments on commit 3fdc214

Please sign in to comment.