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