⬆️ 0.2.3 Fix ingress (CORS)
This commit is contained in:
parent
5650d012c4
commit
04d9d8613d
@ -1,3 +1,3 @@
|
||||
apiVersion: v2
|
||||
name: kubooboo-chart
|
||||
version: 0.2.2
|
||||
version: 0.2.3
|
||||
@ -52,6 +52,8 @@ spec:
|
||||
value: kubooboo
|
||||
- name: DB_SCHEMA
|
||||
value: public
|
||||
- name: QUARKUS_HTTP_CORS_ORIGINS
|
||||
value: {{ .Values.url }}
|
||||
- name: PRIVATE_KEY_LOCATION
|
||||
value: /etc/secrets/PUBLIC_KEY
|
||||
- name: PUBLIC_KEY_LOCATION
|
||||
|
||||
@ -27,4 +27,4 @@ spec:
|
||||
- containerPort: 3000
|
||||
env:
|
||||
- name: NUXT_PUBLIC_API_BASE
|
||||
value: https://kubooboo.dinauer.dev/api
|
||||
value: "{{ .Values.url }}/api"
|
||||
@ -1,3 +1,5 @@
|
||||
url: https://kubooboo.dinauer.dev
|
||||
|
||||
frontend:
|
||||
replicas: 1
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user