PERF(security): adjust resources based on VPA
- Update authelia memory 256Mi→194Mi - Update authelia redis cpu 10m→23m, memory 64Mi→100Mi - Update falco memory 263Mi→283Mi - Update falcosidekick cpu 10m→15m, memory 128Mi→100Mi - Update external-secrets operator cpu 5m→15m, memory 128Mi→100Mi - Update external-secrets webhook cpu 2m→15m, memory 128Mi→100Mi - Update external-secrets certController cpu 2m→15m, memory 256Mi→283Mi - Update vault cpu 35m→49m, memory 263Mi→175Mi
This commit is contained in:
@@ -16,10 +16,10 @@ image:
|
||||
resources:
|
||||
requests:
|
||||
cpu: 49m
|
||||
memory: 263Mi
|
||||
memory: 283Mi
|
||||
limits:
|
||||
cpu: null # Disable chart default (1 core)
|
||||
memory: 263Mi
|
||||
memory: 283Mi
|
||||
|
||||
# Falco configuration
|
||||
falco:
|
||||
@@ -125,10 +125,10 @@ falcosidekick:
|
||||
|
||||
resources:
|
||||
requests:
|
||||
cpu: 10m
|
||||
memory: 128Mi
|
||||
cpu: 15m
|
||||
memory: 100Mi
|
||||
limits:
|
||||
memory: 128Mi
|
||||
memory: 100Mi
|
||||
|
||||
config:
|
||||
# Output to stdout/logs
|
||||
|
||||
Reference in New Issue
Block a user