⬆️ 0.2.17
This commit is contained in:
parent
c2a09e79de
commit
905eb2fde5
@ -1,3 +1,3 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: kubooboo-chart
|
name: kubooboo-chart
|
||||||
version: 0.2.16
|
version: 0.2.17
|
||||||
@ -23,7 +23,7 @@ spec:
|
|||||||
secretName: kubeconfig
|
secretName: kubeconfig
|
||||||
containers:
|
containers:
|
||||||
- name: backend-pod
|
- name: backend-pod
|
||||||
image: harbor.dinauer.dev/kubooboo/backend:39
|
image: harbor.dinauer.dev/kubooboo/backend:41
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
|
|||||||
@ -22,9 +22,13 @@ spec:
|
|||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
image: harbor.dinauer.dev/kubooboo/frontend:10
|
image: harbor.dinauer.dev/kubooboo/frontend:12
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
env:
|
env:
|
||||||
- name: NUXT_PUBLIC_API_BASE
|
- name: NUXT_PUBLIC_API_SCHEMA
|
||||||
value: "{{ .Values.url }}/api"
|
value: {{ .Values.url.schema }}
|
||||||
|
- name: NUXT_PUBLIC_API_WS_SCHEMA
|
||||||
|
value: {{ .Values.url.wsSchema }}r
|
||||||
|
- name: NUXT_PUBLIC_API_HOST
|
||||||
|
value: {{ .Values.url.host }}
|
||||||
@ -1,4 +1,7 @@
|
|||||||
url: https://kubooboo.dinauer.dev
|
url:
|
||||||
|
schema: https
|
||||||
|
wsSchema: wss
|
||||||
|
host: kubooboo.dinauer.dev
|
||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user