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
|
||||
@@ -26,7 +26,8 @@ install:
|
||||
helm upgrade --cleanup-on-fail \
|
||||
--install external-secrets external-secrets/external-secrets \
|
||||
--version ${EXTERNAL_SECRETS_CHART_VERSION} -n ${EXTERNAL_SECRETS_NAMESPACE} \
|
||||
--create-namespace --wait
|
||||
--create-namespace --wait \
|
||||
-f external-secrets-values.yaml
|
||||
just create-external-secrets-role
|
||||
just create-vault-secret-store
|
||||
|
||||
|
||||
Reference in New Issue
Block a user