From c7a184eace2943a4de3db8fde9ffef66d73ad411 Mon Sep 17 00:00:00 2001 From: Brad Stein Date: Mon, 15 Sep 2025 02:15:27 -0500 Subject: [PATCH] zot fix --- services/zot/deployment.yaml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/services/zot/deployment.yaml b/services/zot/deployment.yaml index 24061b8c..e4fdc1f5 100644 --- a/services/zot/deployment.yaml +++ b/services/zot/deployment.yaml @@ -49,13 +49,15 @@ spec: - name: zot-data mountPath: /var/lib/registry readinessProbe: - httpGet: { path: /v2/, port: http } + tcpSocket: + port: 5000 + initialDelaySeconds: 2 + periodSeconds: 5 + livenessProbe: + tcpSocket: + port: 5000 initialDelaySeconds: 5 periodSeconds: 10 - livenessProbe: - httpGet: { path: /v2/, port: http } - initialDelaySeconds: 15 - periodSeconds: 20 resources: requests: { cpu: "50m", memory: "64Mi" } volumes: