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

@@ -24,6 +24,11 @@ spec:
configMapKeyRef:
name: vita-backend-config
key: EXTERNAL_URL
- name: CORS_ORIGIN
valueFrom:
configMapKeyRef:
name: vita-backend-config
key: CORS_ORIGIN
- name: PRESHARED_KEY
valueFrom:
secretKeyRef: