diff --git a/wekan/wekan.yaml b/wekan/wekan.yaml index 62949a5..d437f6a 100644 --- a/wekan/wekan.yaml +++ b/wekan/wekan.yaml @@ -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: