Files
gitops/infrastructure/rook-ceph-operator-app.yaml

35 lines
803 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: rook-ceph-operator
namespace: argocd
annotations:
argocd.argoproj.io/sync-wave: "1"
spec:
project: default
source:
chart: rook-ceph
repoURL: https://charts.rook.io/release
targetRevision: v1.13.3 # Nutze eine feste Version für Stabilität
helm:
values: |
crds:
enabled: true
resources:
limits:
cpu: 500m
memory: 256Mi
requests:
cpu: 100m
memory: 128Mi
destination:
server: https://kubernetes.default.svc
namespace: rook-ceph
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true # Wichtig für große CRDs