diff --git a/k8s/deployment_template.jsonnet b/k8s/deployment_template.jsonnet index e7b8aadd..de3271d9 100644 --- a/k8s/deployment_template.jsonnet +++ b/k8s/deployment_template.jsonnet @@ -125,7 +125,7 @@ function (slug, sha) { "successThreshold": 1, "timeoutSeconds": 5 }, - "name": "symposion-app", + "name": app, "ports": [ { "containerPort": 8000,