[OPB-xxx] updating abstracto version to 1.5.57

adding config for currency conversion
fixing ban message template folder name
This commit is contained in:
Sheldan
2025-01-15 23:06:44 +01:00
parent bc353fed55
commit 597d3b8a8a
6 changed files with 14 additions and 6 deletions

View File

@@ -75,6 +75,11 @@ spec:
key: youtubeApiKey
- name: PRIVATE_REST_API_HOST
value: "{{ .Values.privateRestApi.service.name }}.{{ .Release.Namespace }}.svc.cluster.local"
- name: FREE_CURRENCY_API_API_KEY
valueFrom:
secretKeyRef:
name: api-keys
key: freeCurrencyApiApiKey
- name: PRIVATE_REST_API_PORT
value: "{{ .Values.privateRestApi.service.targetPort }}"
- name: FRONTEND_BASE