update deploy name

This commit is contained in:
2024-06-18 17:26:55 -04:00
parent 794ded29c7
commit df007e0122

View File

@@ -1,7 +1,7 @@
apiVersion: apps/v1 apiVersion: apps/v1
kind: Deployment kind: Deployment
metadata: metadata:
name: todo-app name: todo
namespace: todo namespace: todo
labels: labels:
app: todo-app app: todo-app
@@ -17,7 +17,7 @@ spec:
spec: spec:
containers: containers:
- image: gitea.michaelthomson.dev/mthomson/go-todos-app:latest - image: gitea.michaelthomson.dev/mthomson/go-todos-app:latest
name: todo-app name: todo
ports: ports:
- name: http - name: http
containerPort: 3000 containerPort: 3000