Add Rook Ceph operator application configuration
This commit is contained in:
parent
b979eb8fda
commit
fbd5831b22
29
applications/templates/rook-ceph-operator.yaml
Normal file
29
applications/templates/rook-ceph-operator.yaml
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: rook-ceph-operator
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
destination:
|
||||||
|
server: {{ .Values.spec.destination.server }}
|
||||||
|
namespace: ceph
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
source:
|
||||||
|
chart: rook-ceph
|
||||||
|
repoURL: https://charts.rook.io/release
|
||||||
|
targetRevision: 1.17.1
|
||||||
|
helm:
|
||||||
|
valuesObject:
|
||||||
|
priorityClassName: system-cluster-critical
|
||||||
|
csi:
|
||||||
|
enableMetadata: true
|
||||||
|
serviceMonitor:
|
||||||
|
enabled: false
|
||||||
|
enableDiscoveryDaemon: true
|
||||||
|
discoveryDaemonInterval: 6h
|
||||||
Loading…
Reference in New Issue
Block a user