From db4d76f1405878f8da7d48a4832dd608c6047547 Mon Sep 17 00:00:00 2001 From: marcob79 <66200214+marcob79@users.noreply.github.com> Date: Wed, 2 Oct 2024 10:14:50 +0200 Subject: [PATCH] added port name to mongodb service --- templates/ams-k8s-mongodb.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/ams-k8s-mongodb.yaml b/templates/ams-k8s-mongodb.yaml index 3283636..e03c0e5 100644 --- a/templates/ams-k8s-mongodb.yaml +++ b/templates/ams-k8s-mongodb.yaml @@ -8,6 +8,7 @@ spec: ports: - protocol: TCP port: 27017 + name: mongodb --- apiVersion: apps/v1 kind: Deployment