This commit is contained in:
2026-04-02 12:37:49 +00:00
parent 13fdbe3ad1
commit 5e6cea76a8

View File

@@ -141,7 +141,7 @@ spec:
containers:
- name: wekan
image: ghcr.io/wekan/wekan:v8.42
imagePullPolicy: Always
imagePullPolicy: IfNotPresent
ports:
- containerPort: 8080
name: http
@@ -162,21 +162,21 @@ spec:
volumeMounts:
- name: wekan-data
mountPath: /data
readinessProbe:
httpGet:
path: /
port: 8080
host: 127.0.0.1
initialDelaySeconds: 20
periodSeconds: 10
#readinessProbe:
# httpGet:
# path: /
# port: 8080
# host: 127.0.0.1
# initialDelaySeconds: 20
# periodSeconds: 10
livenessProbe:
httpGet:
path: /
port: 8080
host: 127.0.0.1
initialDelaySeconds: 60
periodSeconds: 20
#livenessProbe:
# httpGet:
# path: /
# port: 8080
# host: 127.0.0.1
# initialDelaySeconds: 60
# periodSeconds: 20
volumes:
- name: wekan-data
persistentVolumeClaim: