Skip to content

Commit

Permalink
feat: pichu, pikachu and raichu values
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 5, 2023
1 parent fe8c10f commit 6fd35a2
Show file tree
Hide file tree
Showing 3 changed files with 87 additions and 0 deletions.
29 changes: 29 additions & 0 deletions chart/values.pichu.opal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
serviceTree:
landscape: &landscape pichu
cluster: &cluster opal

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

reloader:
reloader:
deployment:
topologySpreadConstraints:
- labelSelector:
matchLabels:
<<: *tags
resources:
limits:
cpu: 500m
memory: 256Mi
requests:
cpu: 10m
memory: 128Mi
annotations:
<<: *tags
labels:
<<: *tags
pod:
annotations:
<<: *tags
29 changes: 29 additions & 0 deletions chart/values.pikachu.opal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
serviceTree:
landscape: &landscape pikachu
cluster: &cluster opal

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

reloader:
reloader:
deployment:
topologySpreadConstraints:
- labelSelector:
matchLabels:
<<: *tags
resources:
limits:
cpu: 500m
memory: 256Mi
requests:
cpu: 10m
memory: 128Mi
annotations:
<<: *tags
labels:
<<: *tags
pod:
annotations:
<<: *tags
29 changes: 29 additions & 0 deletions chart/values.raichu.opal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
serviceTree:
landscape: &landscape raichu
cluster: &cluster opal

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

reloader:
reloader:
deployment:
topologySpreadConstraints:
- labelSelector:
matchLabels:
<<: *tags
resources:
limits:
cpu: 500m
memory: 256Mi
requests:
cpu: 10m
memory: 128Mi
annotations:
<<: *tags
labels:
<<: *tags
pod:
annotations:
<<: *tags

0 comments on commit 6fd35a2

Please sign in to comment.