Fix variables in k8s catalog template

This commit is contained in:
Darren Shepherd
2016-03-09 14:13:02 -07:00
parent 867afed8e0
commit 647497395a
3 changed files with 7 additions and 7 deletions
@@ -10,6 +10,6 @@ spec:
type: LoadBalancer
ports:
# the port that this service should serve on
- port: "${SERVICE_PORT}"
- port: ${SERVICE_PORT}
selector:
name: ${FRONTEND_NAME}