Skip to content

Commit

Permalink
feat(entei): initial values.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Oct 3, 2023
1 parent 82d9b2a commit e1742c1
Showing 1 changed file with 65 additions and 0 deletions.
65 changes: 65 additions & 0 deletions chart/values.entei.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,65 @@
serviceTree:
landscape: &landscape pichu

tags: &tags
atomi.cloud/landscape: *landscape

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

0 comments on commit e1742c1

Please sign in to comment.