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