Fix variables in k8s catalog template
This commit is contained in:
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user