⬆️ 0.2.5

This commit is contained in:
andreas.dinauer 2025-10-26 20:31:01 +01:00
parent 086201e30a
commit 81202b6156
2 changed files with 11 additions and 3 deletions

View File

@ -1,3 +1,3 @@
apiVersion: v2
name: kubooboo-chart
version: 0.2.4
version: 0.2.5

View File

@ -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:
@ -57,4 +63,6 @@ spec:
- name: PRIVATE_KEY_LOCATION
value: /etc/secrets/PRIVATE_KEY
- name: PUBLIC_KEY_LOCATION
value: /etc/secrets/PUBLIC_KEY
value: /etc/secrets/PUBLIC_KEY
- name: KUBECONFIG_LOCATION
value: /etc/kubeconfig/KUBECONFIG