chore: set resource request and limit
This commit is contained in:
31
external-secrets/external-secrets-values.yaml
Normal file
31
external-secrets/external-secrets-values.yaml
Normal file
@@ -0,0 +1,31 @@
|
||||
# External Secrets Operator resource configuration
|
||||
# Based on Goldilocks recommendations (Burstable QoS)
|
||||
|
||||
# Main controller
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 192Mi
|
||||
limits:
|
||||
cpu: 50m
|
||||
memory: 256Mi
|
||||
|
||||
# Cert controller
|
||||
certController:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 192Mi
|
||||
limits:
|
||||
cpu: 50m
|
||||
memory: 256Mi
|
||||
|
||||
# Webhook
|
||||
webhook:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 15m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
cpu: 50m
|
||||
memory: 256Mi
|
||||
Reference in New Issue
Block a user