From a85fac9002404ed84b5aa3d705602e186d546d7a 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 24061b8..e4fdc1f 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: