2022-07-02 20:15:22 +02:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: longhorn
|
|
|
|
namespace: argo-cd
|
|
|
|
finalizers:
|
|
|
|
- resources-finalizer.argocd.argoproj.io
|
|
|
|
spec:
|
|
|
|
destination:
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
namespace: longhorn-system
|
|
|
|
project: default
|
|
|
|
source:
|
|
|
|
chart: longhorn
|
|
|
|
helm:
|
2022-07-02 20:17:40 +02:00
|
|
|
values: |
|
2022-07-02 20:15:22 +02:00
|
|
|
persistence:
|
2022-07-02 21:24:19 +02:00
|
|
|
defaultClassReplicaCount: 2
|
2022-11-11 13:46:03 +01:00
|
|
|
service:
|
|
|
|
ui:
|
|
|
|
type: NodePort
|
|
|
|
nodePort: 32304
|
2022-07-02 21:21:30 +02:00
|
|
|
|
|
|
|
longhornManager:
|
|
|
|
tolerations:
|
2022-07-02 21:51:24 +02:00
|
|
|
- key: "node-role.kubernetes.io/control-plane"
|
|
|
|
operator: "Exists"
|
|
|
|
- key: "node-role.kubernetes.io/master"
|
|
|
|
operator: "Exists"
|
2022-07-02 21:21:30 +02:00
|
|
|
|
|
|
|
longhornDriver:
|
|
|
|
tolerations:
|
2022-07-02 21:51:24 +02:00
|
|
|
- key: "node-role.kubernetes.io/control-plane"
|
|
|
|
operator: "Exists"
|
|
|
|
- key: "node-role.kubernetes.io/master"
|
|
|
|
operator: "Exists"
|
2022-07-02 20:17:40 +02:00
|
|
|
repoURL: https://charts.longhorn.io
|
2022-11-15 13:07:59 +01:00
|
|
|
targetRevision: 1.3.2
|
2022-07-02 20:17:40 +02:00
|
|
|
|
2022-07-02 20:15:22 +02:00
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
prune: true
|
|
|
|
selfHeal: true
|
|
|
|
syncOptions:
|
|
|
|
- CreateNamespace=true
|