diff --git a/deployment/helm/human-connection/templates/deployment-backend.yaml b/deployment/helm/human-connection/templates/deployment-backend.yaml index b921934b2..2febeab84 100644 --- a/deployment/helm/human-connection/templates/deployment-backend.yaml +++ b/deployment/helm/human-connection/templates/deployment-backend.yaml @@ -31,7 +31,7 @@ spec: name: {{ .Release.Name }}-secrets image: humanconnection/nitro-backend:latest imagePullPolicy: {{ .Values.pullPolicy }} - name: nitro-backend + name: backend ports: - containerPort: 4000 protocol: TCP