Fix: add external url config to frontend

This commit is contained in:
2025-12-13 07:21:03 +08:00
parent edaa163da6
commit 641cd79b2a
2 changed files with 13 additions and 0 deletions

View File

@@ -18,6 +18,12 @@ spec:
containers:
- name: frontend
image: gitea.konchin.com/go2025/frontend:main
env:
- name: EXTERNAL_URL
valueFrom:
configMapKeyRef:
name: vita-frontend-config
key: EXTERNAL_URL
imagePullSecrets:
- name: regcred
imagePullPolicy: Always