Added deployment for telegram-client config section.
This commit is contained in:
parent
6622d15a6e
commit
c081975179
@ -56,6 +56,13 @@ kubectl create secret generic wtelegram-client \
|
|||||||
--from-literal=phonenumber=<value> \
|
--from-literal=phonenumber=<value> \
|
||||||
--namespace nocr
|
--namespace nocr
|
||||||
|
|
||||||
|
# Next secret got telegram bot auth.
|
||||||
|
|
||||||
|
kubectl create secret generic telegram-bot \
|
||||||
|
--from-literal=token=<value> \
|
||||||
|
--namespace nocr
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
# 05. installing persistant rdbs engine
|
# 05. installing persistant rdbs engine
|
||||||
|
|
||||||
|
|||||||
@ -300,4 +300,8 @@ spec:
|
|||||||
value: "http://users-service.nocr.svc:80"
|
value: "http://users-service.nocr.svc:80"
|
||||||
- name: TextMatcherRestEaseOptions__BasePath
|
- name: TextMatcherRestEaseOptions__BasePath
|
||||||
value: "http://text-matcher-service.nocr.svc:80"
|
value: "http://text-matcher-service.nocr.svc:80"
|
||||||
|
- name: TelegramBotOptions__Token
|
||||||
|
valueFrom:
|
||||||
|
secretKeyRef:
|
||||||
|
name: telegram-bot
|
||||||
|
key: token
|
||||||
|
|||||||
@ -1 +1 @@
|
|||||||
Subproject commit 02eae95a0915813575a9c2353d9711853e9564e4
|
Subproject commit 7c34db4a2f1f94766a161c224c59d3beecdd6026
|
||||||
Loading…
Reference in New Issue
Block a user