fixed deployment

This commit is contained in:
2026-01-07 10:27:22 +01:00
parent 0ebefd894e
commit f0d4692787
+16
View File
@@ -88,6 +88,22 @@ spec:
volumeMounts:
- name: zipline-data
mountPath: /zipline/uploads
readinessProbe:
httpGet:
path: /api/healthcheck
port: 3000
initialDelaySeconds: 15
periodSeconds: 10
livenessProbe:
httpGet:
path: /api/healthcheck
port: 3000
initialDelaySeconds: 45
periodSeconds: 20
volumes:
- name: zipline-data
persistentVolumeClaim:
claimName: zipline-data
---
apiVersion: v1
kind: Service