mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-04-18 05:40:32 +00:00
[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:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user