mirror of
https://gitlab.durp.info/durfy/homelab/gitops.git
synced 2026-05-09 00:31:31 -05:00
Update deployment.yaml
This commit is contained in:
parent
3585620c00
commit
db33d095af
1 changed files with 6 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue