diff --git a/ops/k8s-apps/production/daemon-init-container.yaml b/ops/k8s-apps/production/daemon-init-container.yaml index 10373a7c6..f9a78010f 100644 --- a/ops/k8s-apps/production/daemon-init-container.yaml +++ b/ops/k8s-apps/production/daemon-init-container.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: production-dagster-daemon + name: dagster-daemon spec: template: spec: diff --git a/ops/k8s-apps/production/webserver-init-container.yaml b/ops/k8s-apps/production/webserver-init-container.yaml index 4409da42d..4de32e14d 100644 --- a/ops/k8s-apps/production/webserver-init-container.yaml +++ b/ops/k8s-apps/production/webserver-init-container.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: production-dagster-dagster + name: dagster-dagit spec: template: spec: