feature: removed further dependecies

This commit is contained in:
2026-01-19 00:32:56 +01:00
parent d6d1614660
commit 63dad0fcd7
3 changed files with 45 additions and 2 deletions

View File

@@ -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: