diff --git a/apps/zabbix/zabbix.yaml b/apps/zabbix/zabbix.yaml index 2a68c03..454d024 100644 --- a/apps/zabbix/zabbix.yaml +++ b/apps/zabbix/zabbix.yaml @@ -305,15 +305,17 @@ spec: path: / port: 8080 initialDelaySeconds: 60 - timeoutSeconds: 5 + timeoutSeconds: 15 periodSeconds: 10 + failureThreshold: 3 readinessProbe: httpGet: path: / port: 8080 initialDelaySeconds: 30 periodSeconds: 5 - timeoutSeconds: 5 + timeoutSeconds: 15 + failureThreshold: 3 --- apiVersion: v1 kind: Service