Skip to content

Commit

Permalink
Update configmap.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
myrotvorets-team committed Oct 8, 2023
1 parent 86d4275 commit 985c508
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions iac/configmap.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,13 @@ metadata:
namespace: bots
data:
CHAT_ID: "-1001454569993"
KNEX_DRIVER: mariadb
KNEX_DRIVER: mysql2
LISTEN_HOST: "0.0.0.0"
NEWS_ENDPOINT: https://myrotvorets.news
NODE_ENV: production
PATH_PREFIX: psbnews
WEBHOOK_DOMAIN: tgbots.myrotvorets.center
WEBHOOK_PORT: "3010"
ENABLE_TRACING: "1"
ZIPKIN_ENDPOINT: http://zipkin.default.svc.k8s001.myrotvorets.center:9411/api/v2/spans
OTEL_TRACES_EXPORTER: zipkin
OTEL_EXPORTER_ZIPKIN_ENDPOINT: http://zipkin.default.svc.k8s001.myrotvorets.center:9411/api/v2/spans

0 comments on commit 985c508

Please sign in to comment.