diff --git a/chart/templates/backend-deployment.yaml b/chart/templates/backend-deployment.yaml index 68c9680..62ff1b1 100644 --- a/chart/templates/backend-deployment.yaml +++ b/chart/templates/backend-deployment.yaml @@ -73,6 +73,50 @@ spec: secretKeyRef: name: lunarfront-secrets key: jwt-secret + - name: ENCRYPTION_KEY + valueFrom: + secretKeyRef: + name: lunarfront-secrets + key: encryption-key + - name: RESEND_API_KEY + valueFrom: + secretKeyRef: + name: lunarfront-secrets + key: resend-api-key + - name: MAIL_FROM + valueFrom: + secretKeyRef: + name: lunarfront-secrets + key: mail-from + - name: BUSINESS_NAME + valueFrom: + secretKeyRef: + name: lunarfront-secrets + key: business-name + - name: INITIAL_USER_EMAIL + valueFrom: + secretKeyRef: + name: lunarfront-secrets + key: initial-user-email + optional: true + - name: INITIAL_USER_PASSWORD + valueFrom: + secretKeyRef: + name: lunarfront-secrets + key: initial-user-password + optional: true + - name: INITIAL_USER_FIRST_NAME + valueFrom: + secretKeyRef: + name: lunarfront-secrets + key: initial-user-first-name + optional: true + - name: INITIAL_USER_LAST_NAME + valueFrom: + secretKeyRef: + name: lunarfront-secrets + key: initial-user-last-name + optional: true livenessProbe: httpGet: path: /v1/health