scale: povecaj FastAPI na 2 replike
This commit is contained in:
@@ -6,7 +6,7 @@ metadata:
|
||||
annotations:
|
||||
argocd.argoproj.io/sync-wave: "1" # deploy NAKON baze
|
||||
spec:
|
||||
replicas: 1
|
||||
replicas: 2
|
||||
selector:
|
||||
matchLabels:
|
||||
app: fastapi-api
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: fastapi-api
|
||||
image: git.fpmoz.sum.ba/dvasic/fastapi-todo-api:1.0
|
||||
image: vasic/fastapi-todo-api:1.0
|
||||
ports:
|
||||
- containerPort: 8000
|
||||
env:
|
||||
|
||||
Reference in New Issue
Block a user