Skip to content

Commit

Permalink
feat: onyx cluster
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Feb 6, 2024
1 parent b83e039 commit 4372623
Show file tree
Hide file tree
Showing 4 changed files with 252 additions and 0 deletions.
63 changes: 63 additions & 0 deletions chart/values.entei.onyx.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
serviceTree:
landscape: &landscape entei
cluster: &cluster onyx

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

kyverno:
backgroundController:
podAnnotations:
<<: *tags
podLabels:
<<: *tags
admissionController:
podLabels:
<<: *tags
podAnnotations:
<<: *tags
cleanupController:
podAnnotations:
<<: *tags
podLabels:
<<: *tags
reportsController:
podLabels:
<<: *tags
podAnnotations:
<<: *tags

# -- Kyverno Policy Reporter Configuration. See [Policy Reporter](https://github.com/kyverno/policy-reporter)
policy-reporter:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: "topology.kubernetes.io/zone"
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
<<: *tags
atomi.cloud/module: reporter
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
63 changes: 63 additions & 0 deletions chart/values.pichu.onyx.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
serviceTree:
landscape: &landscape pichu
cluster: &cluster onyx

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

kyverno:
backgroundController:
podAnnotations:
<<: *tags
podLabels:
<<: *tags
admissionController:
podLabels:
<<: *tags
podAnnotations:
<<: *tags
cleanupController:
podAnnotations:
<<: *tags
podLabels:
<<: *tags
reportsController:
podLabels:
<<: *tags
podAnnotations:
<<: *tags

# -- Kyverno Policy Reporter Configuration. See [Policy Reporter](https://github.com/kyverno/policy-reporter)
policy-reporter:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: "topology.kubernetes.io/zone"
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
<<: *tags
atomi.cloud/module: reporter
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
63 changes: 63 additions & 0 deletions chart/values.pikachu.onyx.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
serviceTree:
landscape: &landscape pikachu
cluster: &cluster onyx

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

kyverno:
backgroundController:
podAnnotations:
<<: *tags
podLabels:
<<: *tags
admissionController:
podLabels:
<<: *tags
podAnnotations:
<<: *tags
cleanupController:
podAnnotations:
<<: *tags
podLabels:
<<: *tags
reportsController:
podLabels:
<<: *tags
podAnnotations:
<<: *tags

# -- Kyverno Policy Reporter Configuration. See [Policy Reporter](https://github.com/kyverno/policy-reporter)
policy-reporter:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: "topology.kubernetes.io/zone"
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
<<: *tags
atomi.cloud/module: reporter
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
63 changes: 63 additions & 0 deletions chart/values.raichu.onyx.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,63 @@
serviceTree:
landscape: &landscape raichu
cluster: &cluster onyx

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

kyverno:
backgroundController:
podAnnotations:
<<: *tags
podLabels:
<<: *tags
admissionController:
podLabels:
<<: *tags
podAnnotations:
<<: *tags
cleanupController:
podAnnotations:
<<: *tags
podLabels:
<<: *tags
reportsController:
podLabels:
<<: *tags
podAnnotations:
<<: *tags

# -- Kyverno Policy Reporter Configuration. See [Policy Reporter](https://github.com/kyverno/policy-reporter)
policy-reporter:
topologySpreadConstraints:
- maxSkew: 1
topologyKey: "topology.kubernetes.io/zone"
whenUnsatisfiable: ScheduleAnyway
labelSelector:
matchLabels:
<<: *tags
atomi.cloud/module: reporter
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 4372623

Please sign in to comment.