feature: removed further dependecies
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
# ArgoCD HA Patch
|
||||
# Patches das argocd-server Deployment für High Availability
|
||||
# WICHTIG: Strategic Merge Patch - muss vollständige Struktur enthalten
|
||||
|
||||
apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
@@ -8,7 +9,13 @@ metadata:
|
||||
namespace: argocd
|
||||
spec:
|
||||
replicas: 2 # HA: Mindestens 2 Replicas für Ausfallsicherheit
|
||||
selector:
|
||||
matchLabels:
|
||||
app.kubernetes.io/name: argocd-server
|
||||
template:
|
||||
metadata:
|
||||
labels:
|
||||
app.kubernetes.io/name: argocd-server
|
||||
spec:
|
||||
affinity:
|
||||
podAntiAffinity:
|
||||
|
||||
Reference in New Issue
Block a user