fix namespace
This commit is contained in:
@@ -2,7 +2,7 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: fastapi-api
|
||||
namespace: student-<vas-username>
|
||||
namespace: student-iva
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "1" # deploy NAKON baze
|
||||
spec:
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: fastapi-api
|
||||
image: vasic/fastapi-todo-api:1.0
|
||||
image: dvasic/fastapi-todo-api:1.0
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user