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