diff --git a/chart/values.pichu.opal.yaml b/chart/values.pichu.opal.yaml deleted file mode 100644 index f019f7e..0000000 --- a/chart/values.pichu.opal.yaml +++ /dev/null @@ -1,22 +0,0 @@ -serviceTree: - landscape: &landscape pichu - cluster: &cluster opal - -tags: &tags - atomi.cloud/landscape: *landscape - atomi.cloud/cluster: *cluster - -otel: - replicaCount: 3 - manager: - resources: - requests: - cpu: 100m - memory: 128Mi - limits: - cpu: 200m - memory: 256Mi - podAnnotations: - <<: *tags - podLabels: - <<: *tags diff --git a/chart/values.pikachu.opal.yaml b/chart/values.pikachu.opal.yaml deleted file mode 100644 index 28e1548..0000000 --- a/chart/values.pikachu.opal.yaml +++ /dev/null @@ -1,22 +0,0 @@ -serviceTree: - landscape: &landscape pikachu - cluster: &cluster opal - -tags: &tags - atomi.cloud/landscape: *landscape - atomi.cloud/cluster: *cluster - -otel: - replicaCount: 3 - manager: - resources: - requests: - cpu: 100m - memory: 128Mi - limits: - cpu: 200m - memory: 256Mi - podAnnotations: - <<: *tags - podLabels: - <<: *tags diff --git a/chart/values.raichu.opal.yaml b/chart/values.raichu.opal.yaml deleted file mode 100644 index af68072..0000000 --- a/chart/values.raichu.opal.yaml +++ /dev/null @@ -1,22 +0,0 @@ -serviceTree: - landscape: &landscape raichu - cluster: &cluster opal - -tags: &tags - atomi.cloud/landscape: *landscape - atomi.cloud/cluster: *cluster - -otel: - replicaCount: 3 - manager: - resources: - requests: - cpu: 100m - memory: 128Mi - limits: - cpu: 200m - memory: 256Mi - podAnnotations: - <<: *tags - podLabels: - <<: *tags