Opening port 50051 on back in K8S

This commit is contained in:
David Négrier 2020-12-09 17:25:10 +01:00
parent b12e07d353
commit 5c59470a04

View file

@ -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,