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