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
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