[SIS-xxx] adding weekly text feature specific to miepscord server

This commit is contained in:
Sheldan
2024-10-29 22:20:57 +01:00
parent 4d69a90d5d
commit 170588d638
62 changed files with 1062 additions and 2 deletions

View File

@@ -61,6 +61,8 @@ spec:
value: {{ .Values.dbCredentials.schema }}
- name: DEBRA_DONATION_NOTIFICATION_SERVER_ID
value: "297910194841583616"
- name: WEEKLY_TEXT_SERVER_ID
value: "{{ .Values.bot.config.weeklyTextServerId }}"
- name: TOKEN
valueFrom:
secretKeyRef:

View File

@@ -15,6 +15,8 @@ bot:
propertyConfig:
hikariPoolSize: 10
host: null
config:
weeklyTextServerId: null
restApi:
enabled: true
repository: harbor.sheldan.dev/sissi