From 4781287a8301e128a7a1e02510fd5127d5ea1427 Mon Sep 17 00:00:00 2001 From: kirinnee Date: Fri, 6 Oct 2023 21:46:07 +0800 Subject: [PATCH] feat: values for lithium --- chart/values.entei.opal.yaml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) create mode 100644 chart/values.entei.opal.yaml 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