⬆️ 0.4.7
This commit is contained in:
parent
ab79bc1276
commit
940130a0d7
@ -1,3 +1,3 @@
|
|||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: kubooboo-chart
|
name: kubooboo-chart
|
||||||
version: 0.4.6
|
version: 0.4.7
|
||||||
@ -21,7 +21,7 @@ spec:
|
|||||||
secretName: {{ required ".Values.backend.jwt.secretName required" .Values.backend.jwt.secretName }}
|
secretName: {{ required ".Values.backend.jwt.secretName required" .Values.backend.jwt.secretName }}
|
||||||
containers:
|
containers:
|
||||||
- name: backend-pod
|
- name: backend-pod
|
||||||
image: harbor.dinauer.dev/kubooboo/backend:55
|
image: "harbor.dinauer.dev/kubooboo/backend:{{ .Values.backend.image.tag }}"
|
||||||
resources:
|
resources:
|
||||||
requests:
|
requests:
|
||||||
memory: "256Mi"
|
memory: "256Mi"
|
||||||
|
|||||||
@ -22,7 +22,7 @@ spec:
|
|||||||
cpu: "100m"
|
cpu: "100m"
|
||||||
limits:
|
limits:
|
||||||
memory: "128Mi"
|
memory: "128Mi"
|
||||||
image: harbor.dinauer.dev/kubooboo/frontend:21
|
image: "harbor.dinauer.dev/kubooboo/frontend:{{ .Values.frontend.image.tag }}"
|
||||||
ports:
|
ports:
|
||||||
- containerPort: 3000
|
- containerPort: 3000
|
||||||
env:
|
env:
|
||||||
|
|||||||
@ -4,9 +4,13 @@ url:
|
|||||||
|
|
||||||
frontend:
|
frontend:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
image:
|
||||||
|
tag: 23
|
||||||
|
|
||||||
backend:
|
backend:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
|
image:
|
||||||
|
tag: 60
|
||||||
|
|
||||||
bigBucket:
|
bigBucket:
|
||||||
replicas: 1
|
replicas: 1
|
||||||
Loading…
x
Reference in New Issue
Block a user