Opening port 50051 on back in K8S
This commit is contained in:
parent
b12e07d353
commit
5c59470a04
1 changed files with 1 additions and 1 deletions
|
@ -13,7 +13,7 @@
|
|||
"url": "api."+url,
|
||||
"https": "enable"
|
||||
},
|
||||
"ports": [8080],
|
||||
"ports": [8080, 50051],
|
||||
"env": {
|
||||
"SECRET_KEY": "tempSecretKeyNeedsToChange",
|
||||
"ADMIN_API_TOKEN": env.ADMIN_API_TOKEN,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue