⬆️ 0.2.17

This commit is contained in:
andreas.dinauer 2025-11-06 14:40:01 +01:00
parent c2a09e79de
commit 905eb2fde5
4 changed files with 13 additions and 6 deletions

View File

@ -1,3 +1,3 @@
apiVersion: v2
name: kubooboo-chart
version: 0.2.16
version: 0.2.17

View File

@ -23,7 +23,7 @@ spec:
secretName: kubeconfig
containers:
- name: backend-pod
image: harbor.dinauer.dev/kubooboo/backend:39
image: harbor.dinauer.dev/kubooboo/backend:41
resources:
requests:
memory: "256Mi"

View File

@ -22,9 +22,13 @@ spec:
cpu: "100m"
limits:
memory: "128Mi"
image: harbor.dinauer.dev/kubooboo/frontend:10
image: harbor.dinauer.dev/kubooboo/frontend:12
ports:
- containerPort: 3000
env:
- name: NUXT_PUBLIC_API_BASE
value: "{{ .Values.url }}/api"
- name: NUXT_PUBLIC_API_SCHEMA
value: {{ .Values.url.schema }}
- name: NUXT_PUBLIC_API_WS_SCHEMA
value: {{ .Values.url.wsSchema }}r
- name: NUXT_PUBLIC_API_HOST
value: {{ .Values.url.host }}

View File

@ -1,4 +1,7 @@
url: https://kubooboo.dinauer.dev
url:
schema: https
wsSchema: wss
host: kubooboo.dinauer.dev
frontend:
replicas: 1