⬆️ 0.2.3 Fix ingress (CORS)

This commit is contained in:
andreas.dinauer 2025-10-26 20:14:34 +01:00
parent 5650d012c4
commit 04d9d8613d
4 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,3 @@
apiVersion: v2 apiVersion: v2
name: kubooboo-chart name: kubooboo-chart
version: 0.2.2 version: 0.2.3

View File

@ -52,6 +52,8 @@ spec:
value: kubooboo value: kubooboo
- name: DB_SCHEMA - name: DB_SCHEMA
value: public value: public
- name: QUARKUS_HTTP_CORS_ORIGINS
value: {{ .Values.url }}
- name: PRIVATE_KEY_LOCATION - name: PRIVATE_KEY_LOCATION
value: /etc/secrets/PUBLIC_KEY value: /etc/secrets/PUBLIC_KEY
- name: PUBLIC_KEY_LOCATION - name: PUBLIC_KEY_LOCATION

View File

@ -27,4 +27,4 @@ spec:
- containerPort: 3000 - containerPort: 3000
env: env:
- name: NUXT_PUBLIC_API_BASE - name: NUXT_PUBLIC_API_BASE
value: https://kubooboo.dinauer.dev/api value: "{{ .Values.url }}/api"

View File

@ -1,3 +1,5 @@
url: https://kubooboo.dinauer.dev
frontend: frontend:
replicas: 1 replicas: 1