.
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user