Update deployment.yaml

This commit is contained in:
2023-01-21 12:39:31 +00:00
committed by GitHub
parent 3585620c00
commit db33d095af

View File

@@ -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