mirror of
https://github.com/michaelthomson0797/fleet-infra.git
synced 2026-02-04 21:09:58 +00:00
update deploy name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user