This commit is contained in:
Petrraa
2026-05-25 14:02:07 +02:00
parent 467a2ab59a
commit d4154f58bb
2 changed files with 2 additions and 2 deletions

View File

@@ -6,7 +6,7 @@ metadata:
annotations: annotations:
argocd.argoproj.io/sync-wave: "1" # deploy NAKON baze argocd.argoproj.io/sync-wave: "1" # deploy NAKON baze
spec: spec:
replicas: 2 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: fastapi-api app: fastapi-api

View File

@@ -4,7 +4,7 @@ metadata:
name: postgres name: postgres
namespace: student-petrraa namespace: student-petrraa
spec: spec:
replicas: 2 replicas: 1
selector: selector:
matchLabels: matchLabels:
app: postgres app: postgres