CHORE(vault): set CPU limits to null for Vault

- Remove CPU limits to prevent throttling
- Optimize resource configuration
This commit is contained in:
2025-12-26 13:20:50 +09:00
parent 9d8a0554c8
commit 420cc38efc

View File

@@ -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 설정