Fix: cors origin

This commit is contained in:
2025-12-13 08:13:55 +08:00
parent 48a8adcb53
commit 81cc175344
5 changed files with 6 additions and 14 deletions

View File

@@ -18,12 +18,6 @@ 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