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/deploy.yaml | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) (limited to 'grumpy/sally/deploy.yaml') diff --git a/grumpy/sally/deploy.yaml b/grumpy/sally/deploy.yaml index 8368603..e3a3bf2 100644 --- a/grumpy/sally/deploy.yaml +++ b/grumpy/sally/deploy.yaml @@ -1,22 +1,20 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: sally-deployment - labels: - app: sally + name: sally spec: replicas: 1 selector: matchLabels: - app: sally + app.kubernetes.io/name: sally template: metadata: labels: - app: sally + app.kubernetes.io/name: sally spec: containers: - name: sally - image: registry.gitlab.com/grumps/grumpy-containers/sally:latest + image: public.ecr.aws/s0f9o2k5/sally:v0.2.0 imagePullPolicy: Always ports: - containerPort: 8080 -- cgit v1.2.3