CHORE(vault): set CPU limits to null for Vault
- Remove CPU limits to prevent throttling - Optimize resource configuration
This commit is contained in:
@@ -19,7 +19,7 @@ server:
|
||||
cpu: 50m
|
||||
memory: 128Mi
|
||||
limits:
|
||||
# cpu: removed to prevent throttling
|
||||
cpu: null # Explicitly set to null to remove CPU throttling
|
||||
memory: 512Mi
|
||||
|
||||
# Ingress 설정
|
||||
|
||||
Reference in New Issue
Block a user