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 96bfbae commit d3036c0
Show file tree
Hide file tree
Showing 8 changed files with 176 additions and 0 deletions.
22 changes: 22 additions & 0 deletions chart/values.entei.mica.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
serviceTree:
landscape: &landscape entei
cluster: &cluster mica

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

otel:
replicaCount: 3
manager:
resources:
requests:
cpu: 10m
memory: 32Mi
limits:
cpu: 200m
memory: 256Mi
podAnnotations:
<<: *tags
podLabels:
<<: *tags
22 changes: 22 additions & 0 deletions chart/values.entei.talc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
serviceTree:
landscape: &landscape entei
cluster: &cluster talc

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

otel:
replicaCount: 3
manager:
resources:
requests:
cpu: 10m
memory: 32Mi
limits:
cpu: 200m
memory: 256Mi
podAnnotations:
<<: *tags
podLabels:
<<: *tags
22 changes: 22 additions & 0 deletions chart/values.pichu.mica.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
serviceTree:
landscape: &landscape pichu
cluster: &cluster mica

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

otel:
replicaCount: 1
manager:
resources:
requests:
cpu: 10m
memory: 32Mi
limits:
cpu: 250m
memory: 256Mi
podAnnotations:
<<: *tags
podLabels:
<<: *tags
22 changes: 22 additions & 0 deletions chart/values.pichu.talc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
serviceTree:
landscape: &landscape pichu
cluster: &cluster talc

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

otel:
replicaCount: 1
manager:
resources:
requests:
cpu: 10m
memory: 32Mi
limits:
cpu: 250m
memory: 256Mi
podAnnotations:
<<: *tags
podLabels:
<<: *tags
22 changes: 22 additions & 0 deletions chart/values.pikachu.mica.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
serviceTree:
landscape: &landscape pikachu
cluster: &cluster mica

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

otel:
replicaCount: 1
manager:
resources:
requests:
cpu: 10m
memory: 32Mi
limits:
cpu: 250m
memory: 256Mi
podAnnotations:
<<: *tags
podLabels:
<<: *tags
22 changes: 22 additions & 0 deletions chart/values.pikachu.talc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
serviceTree:
landscape: &landscape pikachu
cluster: &cluster talc

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

otel:
replicaCount: 1
manager:
resources:
requests:
cpu: 10m
memory: 32Mi
limits:
cpu: 250m
memory: 256Mi
podAnnotations:
<<: *tags
podLabels:
<<: *tags
22 changes: 22 additions & 0 deletions chart/values.raichu.mica.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
serviceTree:
landscape: &landscape raichu
cluster: &cluster mica

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

otel:
replicaCount: 3
manager:
resources:
requests:
cpu: 10m
memory: 32Mi
limits:
cpu: 500m
memory: 512Mi
podAnnotations:
<<: *tags
podLabels:
<<: *tags
22 changes: 22 additions & 0 deletions chart/values.raichu.talc.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
serviceTree:
landscape: &landscape raichu
cluster: &cluster talc

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

otel:
replicaCount: 3
manager:
resources:
requests:
cpu: 10m
memory: 32Mi
limits:
cpu: 500m
memory: 512Mi
podAnnotations:
<<: *tags
podLabels:
<<: *tags

0 comments on commit d3036c0

Please sign in to comment.