Files
gitops/infrastructure/rook-ceph-operator-app.yaml
Nick Adam 9618d0f4e4 modified: infrastructure/rook-ceph-operator-app.yaml
modified:   infrastructure/rook-ceph/cluster.yaml
	modified:   infrastructure/rook-ceph/objectstore.yaml
	new file:   infrastructure/rook-ceph/toolbox.yaml
2026-01-14 11:40:27 +01:00

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.14.8 # 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