⬆️ 0.2.5
This commit is contained in:
parent
086201e30a
commit
81202b6156
@ -1,3 +1,3 @@
|
||||
apiVersion: v2
|
||||
name: kubooboo-chart
|
||||
version: 0.2.4
|
||||
version: 0.2.5
|
||||
@ -18,9 +18,12 @@ spec:
|
||||
- name: jwt
|
||||
secret:
|
||||
secretName: jwt
|
||||
- name: kubeconfig
|
||||
secret:
|
||||
secretName: kubeconfig
|
||||
containers:
|
||||
- name: backend-pod
|
||||
image: harbor.dinauer.dev/kubooboo/backend:30
|
||||
image: harbor.dinauer.dev/kubooboo/backend:31
|
||||
resources:
|
||||
requests:
|
||||
memory: "128Mi"
|
||||
@ -33,6 +36,9 @@ spec:
|
||||
- name: jwt
|
||||
mountPath: /etc/secrets
|
||||
readOnly: true
|
||||
- name: kubeconfig
|
||||
mountPath: /etc/kubeconfig
|
||||
readOnly: true
|
||||
env:
|
||||
- name: DB_USER
|
||||
valueFrom:
|
||||
@ -58,3 +64,5 @@ spec:
|
||||
value: /etc/secrets/PRIVATE_KEY
|
||||
- name: PUBLIC_KEY_LOCATION
|
||||
value: /etc/secrets/PUBLIC_KEY
|
||||
- name: KUBECONFIG_LOCATION
|
||||
value: /etc/kubeconfig/KUBECONFIG
|
||||
Loading…
x
Reference in New Issue
Block a user