Opening port 50051 on back in K8S
This commit is contained in:
parent
b12e07d353
commit
5c59470a04
@ -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…
Reference in New Issue
Block a user