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 efbde2e commit df07b8c
Show file tree
Hide file tree
Showing 3 changed files with 204 additions and 0 deletions.
68 changes: 68 additions & 0 deletions chart/values.pichu.opal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
serviceTree:
landscape: &landscape pichu
cluster: &cluster opal

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


cert-manager:
serviceAccount:
annotations:
<<: *tags
labels:
<<: *tags
startupapicheck:
jobAnnotations:
<<: *tags
podAnnotations:
<<: *tags
podLabels:
<<: *tags
resources:
limits:
cpu: 10m
memory: 256Mi
requests:
cpu: 5m
memory: 64Mi
resources:
limits:
cpu: 10m
memory: 256Mi
requests:
cpu: 5m
memory: 64Mi
podLabels:
<<: *tags
podAnnotations:
<<: *tags
cainjector:
resources:
limits:
cpu: 10m
memory: 256Mi
requests:
cpu: 5m
memory: 64Mi
podAnnotations:
<<: *tags
deploymentAnnotations:
<<: *tags
podLabels:
<<: *tags
webhook:
resources:
limits:
cpu: 10m
memory: 256Mi
requests:
cpu: 5m
memory: 64Mi
podLabels:
<<: *tags
deploymentAnnotations:
<<: *tags
podAnnotations:
<<: *tags
68 changes: 68 additions & 0 deletions chart/values.pikachu.opal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
serviceTree:
landscape: &landscape pikachu
cluster: &cluster opal

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


cert-manager:
serviceAccount:
annotations:
<<: *tags
labels:
<<: *tags
startupapicheck:
jobAnnotations:
<<: *tags
podAnnotations:
<<: *tags
podLabels:
<<: *tags
resources:
limits:
cpu: 10m
memory: 256Mi
requests:
cpu: 5m
memory: 64Mi
resources:
limits:
cpu: 10m
memory: 256Mi
requests:
cpu: 5m
memory: 64Mi
podLabels:
<<: *tags
podAnnotations:
<<: *tags
cainjector:
resources:
limits:
cpu: 10m
memory: 256Mi
requests:
cpu: 5m
memory: 64Mi
podAnnotations:
<<: *tags
deploymentAnnotations:
<<: *tags
podLabels:
<<: *tags
webhook:
resources:
limits:
cpu: 10m
memory: 256Mi
requests:
cpu: 5m
memory: 64Mi
podLabels:
<<: *tags
deploymentAnnotations:
<<: *tags
podAnnotations:
<<: *tags
68 changes: 68 additions & 0 deletions chart/values.raichu.opal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,68 @@
serviceTree:
landscape: &landscape raichu
cluster: &cluster opal

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


cert-manager:
serviceAccount:
annotations:
<<: *tags
labels:
<<: *tags
startupapicheck:
jobAnnotations:
<<: *tags
podAnnotations:
<<: *tags
podLabels:
<<: *tags
resources:
limits:
cpu: 10m
memory: 256Mi
requests:
cpu: 5m
memory: 64Mi
resources:
limits:
cpu: 10m
memory: 256Mi
requests:
cpu: 5m
memory: 64Mi
podLabels:
<<: *tags
podAnnotations:
<<: *tags
cainjector:
resources:
limits:
cpu: 10m
memory: 256Mi
requests:
cpu: 5m
memory: 64Mi
podAnnotations:
<<: *tags
deploymentAnnotations:
<<: *tags
podLabels:
<<: *tags
webhook:
resources:
limits:
cpu: 10m
memory: 256Mi
requests:
cpu: 5m
memory: 64Mi
podLabels:
<<: *tags
deploymentAnnotations:
<<: *tags
podAnnotations:
<<: *tags

0 comments on commit df07b8c

Please sign in to comment.