refactor(storage): replace minio with rook-ceph, remove minio files
This commit is contained in:
34
infrastructure/rook-ceph-operator-app.yaml
Normal file
34
infrastructure/rook-ceph-operator-app.yaml
Normal file
@@ -0,0 +1,34 @@
|
||||
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
|
||||
Reference in New Issue
Block a user