Skip to content

Commit

Permalink
feat: values for lithium
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 6, 2023
1 parent c471a19 commit 4781287
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions chart/values.entei.opal.yaml
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit 4781287

Please sign in to comment.