Skip to content

Commit

Permalink
feat: amber values file
Browse files Browse the repository at this point in the history
  • Loading branch information
kirinnee committed Aug 11, 2024
1 parent 8ff598a commit 391934e
Showing 1 changed file with 55 additions and 0 deletions.
55 changes: 55 additions & 0 deletions chart/values.entei.amber.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,55 @@
serviceTree:
landscape: &landscape entei
cluster: &cluster amber

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

kyverno:
backgroundController:
podAnnotations:
<<: *tags
podLabels:
<<: *tags
admissionController:
podLabels:
<<: *tags
podAnnotations:
<<: *tags
cleanupController:
podAnnotations:
<<: *tags
podLabels:
<<: *tags
reportsController:
podLabels:
<<: *tags
podAnnotations:
<<: *tags

# -- Kyverno Policy Reporter Configuration. See [Policy Reporter](https://github.com/kyverno/policy-reporter)
policy-reporter:
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi
podLabels:
<<: *tags
podAnnotations:
<<: *tags
ui:
resources:
limits:
cpu: 1
memory: 1Gi
requests:
cpu: 100m
memory: 128Mi
podLabels:
<<: *tags
podAnnotations:
<<: *tags

0 comments on commit 391934e

Please sign in to comment.