FEAT(longhorn): add longhorn distributed block
- storage - Add Longhorn Helm chart configuration - Configure UI ingress at longhorn0213.kro.kr - Set CPU limits to null to prevent throttling - Configure 3 replicas for high availability - Set Longhorn as default StorageClass
This commit is contained in:
@@ -26,7 +26,9 @@ resources:
|
||||
requests:
|
||||
memory: "256Mi"
|
||||
cpu: "30m" # Reduced to 30% of original (100m -> 30m)
|
||||
limits: {} # Empty limits to prevent Helm chart defaults in standalone mode
|
||||
limits:
|
||||
cpu: null
|
||||
memory: null
|
||||
|
||||
metrics:
|
||||
enabled: false
|
||||
|
||||
Reference in New Issue
Block a user