mirror of
https://github.com/Sheldan/OnePlusBot.git
synced 2026-03-20 21:46:57 +00:00
[OPB-3] adding daily job to check for new news posts
updating to abstracto 1.5.12 preparing for release
This commit is contained in:
@@ -8,7 +8,7 @@ bot:
|
||||
repository: harbor.sheldan.dev/oneplus-bot
|
||||
pullPolicy: IfNotPresent
|
||||
image: oneplus-bot-image
|
||||
tag: 1.6.10
|
||||
tag: 1.6.11
|
||||
livenessProbe:
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 5
|
||||
@@ -17,32 +17,34 @@ bot:
|
||||
initialDelaySeconds: 60
|
||||
periodSeconds: 5
|
||||
failureThreshold: 3
|
||||
config:
|
||||
newsForumPostNotificationServerId:
|
||||
|
||||
templateDeployment:
|
||||
enabled: true
|
||||
repository: harbor.sheldan.dev/abstracto
|
||||
pullPolicy: Always
|
||||
image: abstracto-template-deployment
|
||||
tag: 1.5.9
|
||||
tag: 1.5.12
|
||||
|
||||
templateDeploymentData:
|
||||
repository: harbor.sheldan.dev/oneplus-bot
|
||||
pullPolicy: Always
|
||||
image: oneplus-bot-template-data
|
||||
tag: 1.6.10
|
||||
tag: 1.6.11
|
||||
|
||||
dbConfigDeployment:
|
||||
enabled: true
|
||||
repository: harbor.sheldan.dev/abstracto
|
||||
pullPolicy: Always
|
||||
image: abstracto-db-deployment
|
||||
tag: 1.5.9
|
||||
tag: 1.5.12
|
||||
|
||||
dbConfigDeploymentData:
|
||||
repository: harbor.sheldan.dev/oneplus-bot
|
||||
pullPolicy: Always
|
||||
image: oneplus-bot-db-data
|
||||
tag: 1.6.10
|
||||
tag: 1.6.11
|
||||
|
||||
dbCredentials:
|
||||
host:
|
||||
|
||||
Reference in New Issue
Block a user