diff --git a/chart/values.pichu.opal.yaml b/chart/values.pichu.opal.yaml new file mode 100644 index 0000000..0e0a9f5 --- /dev/null +++ b/chart/values.pichu.opal.yaml @@ -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 diff --git a/chart/values.pikachu.opal.yaml b/chart/values.pikachu.opal.yaml new file mode 100644 index 0000000..1404f5c --- /dev/null +++ b/chart/values.pikachu.opal.yaml @@ -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 diff --git a/chart/values.raichu.opal.yaml b/chart/values.raichu.opal.yaml new file mode 100644 index 0000000..a8d7ad1 --- /dev/null +++ b/chart/values.raichu.opal.yaml @@ -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