Skip to content

Commit

Permalink
feat: entei values
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 6, 2023
1 parent 94da059 commit 0bb9ff4
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 0 deletions.
57 changes: 57 additions & 0 deletions chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,57 @@
serviceTree:
landscape: &landscape entei
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
3 changes: 3 additions & 0 deletions chart/values.pichu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ kyverno:
replicaCount: 3
topologySpreadConstraints:
- maxSkew: 1
topologyKey: "topology.kubernetes.io/zone"
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
<<: *tags
atomi.cloud/module: operator
resources:
limits:
cpu: 1
Expand Down
3 changes: 3 additions & 0 deletions chart/values.pikachu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ kyverno:
replicaCount: 3
topologySpreadConstraints:
- maxSkew: 1
topologyKey: "topology.kubernetes.io/zone"
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
<<: *tags
atomi.cloud/module: operator
resources:
limits:
cpu: 1
Expand Down
3 changes: 3 additions & 0 deletions chart/values.raichu.opal.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,12 @@ kyverno:
replicaCount: 3
topologySpreadConstraints:
- maxSkew: 1
topologyKey: "topology.kubernetes.io/zone"
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
<<: *tags
atomi.cloud/module: operator
resources:
limits:
cpu: 1
Expand Down

0 comments on commit 0bb9ff4

Please sign in to comment.