From 7fe914f88bc3d00238debc8f45cf4242c5c9d167 Mon Sep 17 00:00:00 2001 From: Gorden Date: Mon, 19 Feb 2024 11:38:55 +0100 Subject: [PATCH] debug --- mongodb/Service.yaml | 13 +------------ 1 file changed, 1 insertion(+), 12 deletions(-) diff --git a/mongodb/Service.yaml b/mongodb/Service.yaml index ec1e803..81caa42 100644 --- a/mongodb/Service.yaml +++ b/mongodb/Service.yaml @@ -11,15 +11,4 @@ spec: targetPort: 27017 clusterIP: None selector: - app: mongo -root@vmcon-master:~/mongodb# cat Service.yaml -apiVersion: v1 -kind: Service -metadata: - name: mongodb-test - labels: - app: database -spec: - clusterIP: None - selector: - app: database \ No newline at end of file + app: mongo \ No newline at end of file