From b8dc9c5cf9f5b0f5f90bc9eda7e1ba6ea4881dda Mon Sep 17 00:00:00 2001 From: Steve White Date: Thu, 1 Dec 2022 17:50:31 -0600 Subject: [PATCH] fixed service --- mydeploy.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mydeploy.yaml b/mydeploy.yaml index 370aa83..94b7cb1 100644 --- a/mydeploy.yaml +++ b/mydeploy.yaml @@ -4,7 +4,7 @@ metadata: annotations: deployment.kubernetes.io/revision: "1" labels: - app: mytool + app: mt-test name: mytool namespace: default spec: @@ -23,7 +23,7 @@ spec: metadata: annotations: labels: - app: mytool + app: mt-test spec: containers: - image: wbitt/network-multitool