fix readiness probe

This commit is contained in:
2025-01-14 21:06:50 +01:00
parent 6238f575eb
commit 523ef47ad0
3 changed files with 15 additions and 24 deletions

View File

@ -86,25 +86,16 @@ spec:
containerPort: 8080
protocol: TCP
livenessProbe:
httpGet:
path: /status.php
tcpSocket:
port: http
httpHeaders:
- name: Host
value: {{ .Values.owncloud.domain | quote }}
initialDelaySeconds: 120
timeoutSeconds: 5
initialDelaySeconds: 30
periodSeconds: 10
failureThreshold: 6
readinessProbe:
httpGet:
path: /status.php
tcpSocket:
port: http
httpHeaders:
- name: Host
value: {{ .Values.owncloud.domain | quote }}
initialDelaySeconds: 30
timeoutSeconds: 3
periodSeconds: 5
initialDelaySeconds: 10
periodSeconds: 10
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts: