25 lines
669 B
YAML
25 lines
669 B
YAML
# Kyverno — policy engine. Install with:
|
|
# helm repo add kyverno https://kyverno.github.io/kyverno
|
|
# helm upgrade --install kyverno kyverno/kyverno -n kyverno --create-namespace -f auth/kyverno-helm.yaml
|
|
# The only consumer of Kyverno here is the use-sso-auth mutation policy;
|
|
# if you later drop it, Kyverno can be removed with no other impact.
|
|
admissionController:
|
|
replicas: 1
|
|
resources:
|
|
requests:
|
|
cpu: 100m
|
|
memory: 128Mi
|
|
limits:
|
|
memory: 256Mi
|
|
backgroundController:
|
|
resources:
|
|
requests:
|
|
cpu: 50m
|
|
memory: 64Mi
|
|
limits:
|
|
memory: 128Mi
|
|
cleanupController:
|
|
enabled: false
|
|
reportsController:
|
|
enabled: false
|