From a18d4d605dde94a70afc0a9e031b9c6576d66ab6 Mon Sep 17 00:00:00 2001 From: Felipe D'Abrantes <felidabrantes@gmail.com> Date: Thu, 27 Apr 2023 21:05:24 +0100 Subject: [PATCH] Update names of deployments and services for user mongo --- gcloud/user-mongo/user-mongo-deployment.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcloud/user-mongo/user-mongo-deployment.yaml b/gcloud/user-mongo/user-mongo-deployment.yaml index f68a2b42..f9cae825 100644 --- a/gcloud/user-mongo/user-mongo-deployment.yaml +++ b/gcloud/user-mongo/user-mongo-deployment.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: user-mongo + name: user-mongo-deployment spec: selector: matchLabels: -- GitLab