⬆️ 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 apiVersion: v2
name: kubooboo-chart name: kubooboo-chart
version: 0.2.4 version: 0.2.5

View File

@ -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:
@ -58,3 +64,5 @@ spec:
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