fixed deployment
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user