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

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

kyverno:
replicaCount: 3
topologySpreadConstraints:
- maxSkew: 1
labelSelector:
matchLabels:
<<: *tags
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi
podAnnotations:
<<: *tags
customLabels:
<<: *tags

# -- Kyverno Policy Reporter Configuration. See [Policy Reporter](https://github.com/kyverno/policy-reporter)
policy-reporter:
topologySpreadConstraints:
- maxSkew: 1
labelSelector:
matchLabels:
<<: *tags
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi
podLabels:
<<: *tags
podAnnotations:
<<: *tags
ui:
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi
podLabels:
<<: *tags
podAnnotations:
<<: *tags
57 changes: 57 additions & 0 deletions chart/values.pikachu.opal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
serviceTree:
landscape: &landscape pikachu
cluster: &cluster opal

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

kyverno:
replicaCount: 3
topologySpreadConstraints:
- maxSkew: 1
labelSelector:
matchLabels:
<<: *tags
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi
podAnnotations:
<<: *tags
customLabels:
<<: *tags

# -- Kyverno Policy Reporter Configuration. See [Policy Reporter](https://github.com/kyverno/policy-reporter)
policy-reporter:
topologySpreadConstraints:
- maxSkew: 1
labelSelector:
matchLabels:
<<: *tags
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi
podLabels:
<<: *tags
podAnnotations:
<<: *tags
ui:
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi
podLabels:
<<: *tags
podAnnotations:
<<: *tags
57 changes: 57 additions & 0 deletions chart/values.raichu.opal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
serviceTree:
landscape: &landscape raichu
cluster: &cluster opal

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

kyverno:
replicaCount: 3
topologySpreadConstraints:
- maxSkew: 1
labelSelector:
matchLabels:
<<: *tags
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi
podAnnotations:
<<: *tags
customLabels:
<<: *tags

# -- Kyverno Policy Reporter Configuration. See [Policy Reporter](https://github.com/kyverno/policy-reporter)
policy-reporter:
topologySpreadConstraints:
- maxSkew: 1
labelSelector:
matchLabels:
<<: *tags
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi
podLabels:
<<: *tags
podAnnotations:
<<: *tags
ui:
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi
podLabels:
<<: *tags
podAnnotations:
<<: *tags

0 comments on commit af95bae

Please sign in to comment.