diff --git a/chart/values.entei.opal.yaml b/chart/values.entei.opal.yaml new file mode 100644 index 0000000..9b12bdb --- /dev/null +++ b/chart/values.entei.opal.yaml @@ -0,0 +1,22 @@ +serviceTree: + landscape: &landscape entei + 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