fix longhorn pre upgrade check when using argocd
This commit is contained in:
parent
76e410554d
commit
d04db4cf9d
2
infrastructure/04-longhorn/base/values.yaml
Normal file
2
infrastructure/04-longhorn/base/values.yaml
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
reUpgradeChecker:
|
||||||
|
jobEnabled: false
|
@ -7,9 +7,9 @@ resources:
|
|||||||
- base/longhorn-ui-ingress.yaml
|
- base/longhorn-ui-ingress.yaml
|
||||||
|
|
||||||
helmCharts:
|
helmCharts:
|
||||||
- name: longhorn
|
- name: longhorn/longhorn
|
||||||
includeCRDs: true
|
includeCRDs: true
|
||||||
version: 1.5.4
|
version: 1.6.0
|
||||||
repo: https://charts.longhorn.io
|
repo: https://charts.longhorn.io
|
||||||
# valuesFile: base/values.yaml
|
valuesFile: base/values.yaml
|
||||||
|
|
||||||
|
@ -0,0 +1,16 @@
|
|||||||
|
apiVersion: traefik.io/v1alpha1
|
||||||
|
kind: IngressRoute
|
||||||
|
metadata:
|
||||||
|
name: kubernetes-dashboard
|
||||||
|
spec:
|
||||||
|
entryPoints:
|
||||||
|
- web
|
||||||
|
- websecure
|
||||||
|
routes:
|
||||||
|
- match: Host(`kubernetes-dashboard.steffenillium.de`)
|
||||||
|
kind: Rule
|
||||||
|
services:
|
||||||
|
- name: kubernetes-dashboard
|
||||||
|
port: 80
|
||||||
|
tls:
|
||||||
|
certResolver: default
|
8
infrastructure/06-kube-dashboard/kustomization.yaml
Normal file
8
infrastructure/06-kube-dashboard/kustomization.yaml
Normal file
@ -0,0 +1,8 @@
|
|||||||
|
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||||
|
kind: Kustomization
|
||||||
|
|
||||||
|
namespace: kubernetes-dashboard
|
||||||
|
|
||||||
|
resources:
|
||||||
|
- base/kube-dashboard-ui-ingress.yaml
|
||||||
|
- https://raw.githubusercontent.com/kubernetes/dashboard/v2.7.0/aio/deploy/recommended.yaml
|
Loading…
x
Reference in New Issue
Block a user