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
|
cpu: 50m
|
||||||
memory: 128Mi
|
memory: 128Mi
|
||||||
limits:
|
limits:
|
||||||
# cpu: removed to prevent throttling
|
cpu: null # Explicitly set to null to remove CPU throttling
|
||||||
memory: 512Mi
|
memory: 512Mi
|
||||||
|
|
||||||
# Ingress 설정
|
# Ingress 설정
|
||||||
|
|||||||
Reference in New Issue
Block a user