mirror of https://git.rancher.io/charts
41 lines
818 B
YAML
41 lines
818 B
YAML
replicas: 3
|
|
auditInterval: 300
|
|
constraintViolationsLimit: 20
|
|
auditFromCache: false
|
|
disableValidatingWebhook: false
|
|
auditChunkSize: 0
|
|
logLevel: INFO
|
|
emitAdmissionEvents: false
|
|
emitAuditEvents: false
|
|
image:
|
|
repository: rancher/openpolicyagent-gatekeeper
|
|
tag: v3.2.1
|
|
pullPolicy: IfNotPresent
|
|
nodeSelector: { kubernetes.io/os: linux }
|
|
affinity: {}
|
|
tolerations: []
|
|
podAnnotations:
|
|
{ container.seccomp.security.alpha.kubernetes.io/manager: runtime/default }
|
|
controllerManager:
|
|
resources:
|
|
limits:
|
|
cpu: 1000m
|
|
memory: 512Mi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
audit:
|
|
resources:
|
|
limits:
|
|
cpu: 1000m
|
|
memory: 512Mi
|
|
requests:
|
|
cpu: 100m
|
|
memory: 256Mi
|
|
global:
|
|
cattle:
|
|
systemDefaultRegistry: ""
|
|
kubectl:
|
|
repository: rancher/kubectl
|
|
tag: v1.18.6
|