fixed deployment
This commit is contained in:
@@ -88,6 +88,22 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- name: zipline-data
|
- name: zipline-data
|
||||||
mountPath: /zipline/uploads
|
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
|
apiVersion: v1
|
||||||
kind: Service
|
kind: Service
|
||||||
|
|||||||
Reference in New Issue
Block a user