No RC
This commit is contained in:
parent
7a03e41e93
commit
5786fb14cd
@ -1,56 +0,0 @@
|
|||||||
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:
|
|
||||||
values: |
|
|
||||||
|
|
||||||
persistence:
|
|
||||||
defaultClassReplicaCount: 2
|
|
||||||
|
|
||||||
longhornManager:
|
|
||||||
tolerations:
|
|
||||||
- key: "node-role.kubernetes.io/control-plane"
|
|
||||||
operator: "Exists"
|
|
||||||
- key: "node-role.kubernetes.io/master"
|
|
||||||
operator: "Exists"
|
|
||||||
|
|
||||||
longhornDriver:
|
|
||||||
tolerations:
|
|
||||||
- key: "node-role.kubernetes.io/control-plane"
|
|
||||||
operator: "Exists"
|
|
||||||
- key: "node-role.kubernetes.io/master"
|
|
||||||
operator: "Exists"
|
|
||||||
|
|
||||||
# ingress:
|
|
||||||
# enabled: true
|
|
||||||
# ingressClassName: traefik
|
|
||||||
# secureBackends: true
|
|
||||||
# annotations:
|
|
||||||
# cert-manager.io/acme-challenge-type: dns01
|
|
||||||
# cert-manager.io/cluster-issuer: roxedus.com-cloudflare
|
|
||||||
# traefik.ingress.kubernetes.io/router.middlewares: authentik-ak-outpost-localcluster@kubernetescrd
|
|
||||||
# traefik.ingress.kubernetes.io/router.priority: "1"
|
|
||||||
# host: longhorn.roxedus.com
|
|
||||||
# tls: true
|
|
||||||
# tlsSecret: longhorn-roxedus-com-cert
|
|
||||||
|
|
||||||
repoURL: https://charts.longhorn.io
|
|
||||||
targetRevision: 1.4.0-rc1
|
|
||||||
|
|
||||||
syncPolicy:
|
|
||||||
automated:
|
|
||||||
prune: true
|
|
||||||
selfHeal: true
|
|
||||||
syncOptions:
|
|
||||||
- CreateNamespace=true
|
|
Loading…
Reference in New Issue
Block a user