Update deployment.yaml
This commit is contained in:
@@ -25,11 +25,11 @@ spec:
|
|||||||
volumeMounts:
|
volumeMounts:
|
||||||
- mountPath: /app/data
|
- mountPath: /app/data
|
||||||
name: storage
|
name: storage
|
||||||
livenessProbe:
|
#livenessProbe:
|
||||||
exec:
|
#exec:
|
||||||
command:
|
#command:
|
||||||
- node
|
#- node
|
||||||
- extra/healthcheck.js
|
#- extra/healthcheck.js
|
||||||
readinessProbe:
|
readinessProbe:
|
||||||
httpGet:
|
httpGet:
|
||||||
path: /
|
path: /
|
||||||
@@ -39,4 +39,4 @@ spec:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: storage
|
- name: storage
|
||||||
persistentVolumeClaim:
|
persistentVolumeClaim:
|
||||||
claimName: uptimekuma-pvc
|
claimName: uptimekuma-pvc
|
||||||
|
|||||||
Reference in New Issue
Block a user