feat: add support for configuring bot port (#432)
* feat: add support for configuring bot port Adds support for configuring the bot listening port for people who want it to listen on 443 (for example) * bump version * remove unnecessary protocol Co-authored-by: Andy Feller <andrew.feller@gmail.com>
This commit is contained in:
parent
bc14a12db5
commit
0a03ca0bab
4 changed files with 8 additions and 4 deletions
|
|
@ -211,6 +211,7 @@ bots:
|
|||
|
||||
service:
|
||||
annotations: {}
|
||||
port: 80
|
||||
type: LoadBalancer
|
||||
|
||||
serviceAccount:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue