FIX(zot): add externalUrl for proper session cookie handling

- Configure external URL for proper session management
- Fix cookie handling for proxy setup
This commit is contained in:
2026-01-10 00:12:56 +09:00
parent ff5574c840
commit 228b0c06c4

View File

@@ -113,6 +113,7 @@ configMaps:
"http": { "http": {
"address": "0.0.0.0", "address": "0.0.0.0",
"port": "5000", "port": "5000",
"externalUrl": "https://zot0213.kro.kr",
"auth": { "auth": {
"htpasswd": { "htpasswd": {
"path": "/etc/zot/htpasswd" "path": "/etc/zot/htpasswd"