diff --git a/apps/zabbix/zabbix.yaml b/apps/zabbix/zabbix.yaml index 173f5cc..4a6053b 100644 --- a/apps/zabbix/zabbix.yaml +++ b/apps/zabbix/zabbix.yaml @@ -294,6 +294,7 @@ spec: path: / port: 8080 initialDelaySeconds: 60 + timeoutSeconds: 5 periodSeconds: 10 readinessProbe: httpGet: @@ -301,6 +302,7 @@ spec: port: 8080 initialDelaySeconds: 30 periodSeconds: 5 + timeoutSeconds: 5 --- apiVersion: v1 kind: Service