3 replicas

This commit is contained in:
Petrraa
2026-05-25 14:55:59 +02:00
parent d4154f58bb
commit ad8c46bb33
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: 1 replicas: 3
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: 1 replicas: 3
selector: selector:
matchLabels: matchLabels:
app: postgres app: postgres