feat(backend): Moved the unirate API to the backend

This commit is contained in:
ribardej
2025-11-11 16:01:11 +01:00
parent 8575ef8ff5
commit 5954e56956
7 changed files with 93 additions and 43 deletions

View File

@@ -90,6 +90,11 @@ spec:
secretKeyRef:
name: prod
key: CSAS_CLIENT_SECRET
- name: UNIRATE_API_KEY
valueFrom:
secretKeyRef:
name: prod
key: UNIRATE_API_KEY
- name: DOMAIN
value: {{ required "Set .Values.domain" .Values.domain | quote }}
- name: DOMAIN_SCHEME