From df007e012294f401006bc98c0b32fd6c7ec36736 Mon Sep 17 00:00:00 2001 From: Michael Thomson Date: Tue, 18 Jun 2024 17:26:55 -0400 Subject: [PATCH] update deploy name --- todo/frontend/deployment.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/todo/frontend/deployment.yaml b/todo/frontend/deployment.yaml index d520ff4..f795085 100644 --- a/todo/frontend/deployment.yaml +++ b/todo/frontend/deployment.yaml @@ -1,7 +1,7 @@ apiVersion: apps/v1 kind: Deployment metadata: - name: todo-app + name: todo namespace: todo labels: app: todo-app @@ -17,7 +17,7 @@ spec: spec: containers: - image: gitea.michaelthomson.dev/mthomson/go-todos-app:latest - name: todo-app + name: todo ports: - name: http containerPort: 3000