From 228b0c06c4527be261c202b43e11c84b2f57006f Mon Sep 17 00:00:00 2001 From: Mayne0213 Date: Sat, 10 Jan 2026 00:12:56 +0900 Subject: [PATCH] FIX(zot): add externalUrl for proper session cookie handling - Configure external URL for proper session management - Fix cookie handling for proxy setup --- zot/helm-values.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/zot/helm-values.yaml b/zot/helm-values.yaml index e6b1db6..ef09f84 100644 --- a/zot/helm-values.yaml +++ b/zot/helm-values.yaml @@ -113,6 +113,7 @@ configMaps: "http": { "address": "0.0.0.0", "port": "5000", + "externalUrl": "https://zot0213.kro.kr", "auth": { "htpasswd": { "path": "/etc/zot/htpasswd"