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