Increase pod memory to 2GB

- Set memory request to 1Gi
- Set memory limit to 2Gi
This commit is contained in:
Graham McIntire 2026-01-04 12:47:57 -06:00
parent 52f8af382c
commit 40d699716e
No known key found for this signature in database

View file

@ -85,10 +85,10 @@ spec:
name: towerops-db
resources:
requests:
memory: "256Mi"
memory: "1Gi"
cpu: "100m"
limits:
memory: "512Mi"
memory: "2Gi"
cpu: "500m"
livenessProbe:
httpGet: