Set resources and probes

Signed-off-by: Marcus Noble <github@marcusnoble.co.uk>
This commit is contained in:
2026-07-05 11:44:20 +01:00
parent 867370aaac
commit 721d9c5198
+19 -19
View File
@@ -66,25 +66,25 @@ spec:
volumeMounts:
- mountPath: /app/uploads
name: uploads
# livenessProbe:
# httpGet:
# path: /api/health
# port: 3000
# initialDelaySeconds: 5
# periodSeconds: 30
# readinessProbe:
# httpGet:
# path: /api/health
# port: 3000
# initialDelaySeconds: 5
# periodSeconds: 10
# resources:
# requests:
# cpu: 300m
# memory: 400Mi
# limits:
# cpu: 700m
# memory: 800Mi
livenessProbe:
httpGet:
path: /api/ping
port: 3000
initialDelaySeconds: 5
periodSeconds: 30
readinessProbe:
httpGet:
path: /api/ping
port: 3000
initialDelaySeconds: 5
periodSeconds: 10
resources:
requests:
cpu: 100m
memory: 150Mi
limits:
cpu: 200m
memory: 300Mi
volumes:
- name: uploads
persistentVolumeClaim: