TimSpeak
This commit is contained in:
parent
29d99ec56b
commit
0d7b523204
2 changed files with 4 additions and 2 deletions
|
@ -171,7 +171,7 @@ ts-activity:deploy:
|
|||
- cd ${TSACTIVITY_SRC}
|
||||
- helm repo add momoperes https://charts.momoperes.ca
|
||||
- helm repo update
|
||||
- helm upgrade --install --namespace ${DEPLOY_NAMESPACE} -f values-dev.yaml ts-activity momoperes/ts-activity
|
||||
- helm upgrade --install --namespace ${DEPLOY_NAMESPACE} -f values.yaml ts-activity momoperes/ts-activity
|
||||
only:
|
||||
refs:
|
||||
- master
|
||||
|
|
|
@ -1,6 +1,8 @@
|
|||
config:
|
||||
discordUsername: "Jeff"
|
||||
discordUsername: "TimSpeak"
|
||||
discordAvatar: "https://i.imgur.com/JQMDe2M.png"
|
||||
serverQueryAddr: "teamspeak-query:10011"
|
||||
serverQueryId: 1
|
||||
serverQuerySecret: "ts-activity"
|
||||
webhookSecret: "ts-activity"
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue