From bb01592d79af9f197f06d246af96d4dda8cffa7f Mon Sep 17 00:00:00 2001 From: Max Resnick Date: Sat, 7 Sep 2024 21:08:51 -0700 Subject: chore: refactor manifests to use haproxy class and clean up labels --- grumpy/sally/service.yaml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'grumpy/sally/service.yaml') diff --git a/grumpy/sally/service.yaml b/grumpy/sally/service.yaml index 2c5430b..94b8297 100644 --- a/grumpy/sally/service.yaml +++ b/grumpy/sally/service.yaml @@ -1,10 +1,8 @@ apiVersion: v1 kind: Service metadata: - name: sally-service + name: sally spec: - selector: - app: sally ports: - protocol: TCP port: 8080 -- cgit v1.2.3