2024-02-14 15:53:49 +00:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
kind: Application
|
|
|
|
metadata:
|
|
|
|
name: longhorn
|
|
|
|
namespace: argocd
|
|
|
|
spec:
|
2024-02-15 21:03:25 +00:00
|
|
|
ignoreDifferences:
|
|
|
|
- kind: Service
|
|
|
|
jqPathExpressions:
|
|
|
|
- .spec.ports[].nodePort
|
2024-02-14 15:53:49 +00:00
|
|
|
destination:
|
|
|
|
namespace: longhorn-system
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
project: infra
|
|
|
|
source:
|
2024-02-15 21:03:25 +00:00
|
|
|
helm:
|
|
|
|
parameters:
|
|
|
|
- name: preUpgradeChecker.jobEnabled
|
|
|
|
value: "false"
|
|
|
|
- name: service.ui.type
|
|
|
|
value: LoadBalancer
|
|
|
|
- name: service.nodePort
|
|
|
|
value: ""
|
|
|
|
- name: persistence.defaultClass
|
|
|
|
value: "false"
|
2024-02-14 15:53:49 +00:00
|
|
|
chart: longhorn
|
|
|
|
repoURL: https://charts.longhorn.io
|
|
|
|
targetRevision: 1.6.0
|
|
|
|
syncPolicy:
|
|
|
|
automated:
|
|
|
|
selfHeal: true
|