diff --git a/chart/values.entei.ruby.yaml b/chart/values.entei.ruby.yaml new file mode 100644 index 0000000..81c881c --- /dev/null +++ b/chart/values.entei.ruby.yaml @@ -0,0 +1,63 @@ +serviceTree: + landscape: &landscape entei + cluster: &cluster ruby + +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 diff --git a/chart/values.pichu.ruby.yaml b/chart/values.pichu.ruby.yaml new file mode 100644 index 0000000..d6c9c7d --- /dev/null +++ b/chart/values.pichu.ruby.yaml @@ -0,0 +1,63 @@ +serviceTree: + landscape: &landscape pichu + cluster: &cluster ruby + +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 diff --git a/chart/values.pikachu.ruby.yaml b/chart/values.pikachu.ruby.yaml new file mode 100644 index 0000000..2e1eab4 --- /dev/null +++ b/chart/values.pikachu.ruby.yaml @@ -0,0 +1,63 @@ +serviceTree: + landscape: &landscape pikachu + cluster: &cluster ruby + +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 diff --git a/chart/values.raichu.ruby.yaml b/chart/values.raichu.ruby.yaml new file mode 100644 index 0000000..3abf1dc --- /dev/null +++ b/chart/values.raichu.ruby.yaml @@ -0,0 +1,63 @@ +serviceTree: + landscape: &landscape raichu + cluster: &cluster ruby + +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