Compare commits
No commits in common. "ea18a7ff26a7db49b5d12756a86e4df0f00847b9" and "6603bd73ced767c680f88ca671fd3502d789c5ff" have entirely different histories.
ea18a7ff26
...
6603bd73ce
@ -42,9 +42,6 @@ rules:
|
||||
- apiGroups: ["coordination.k8s.io"]
|
||||
resources: ["leases"]
|
||||
verbs: ["get", "list", "watch", "create", "update", "patch"]
|
||||
- apiGroups: [""]
|
||||
resources: ["nodes/metrics"]
|
||||
verbs: ["get", "list", "watch"]
|
||||
---
|
||||
apiVersion: rbac.authorization.k8s.io/v1
|
||||
kind: ClusterRole
|
||||
|
||||
@ -1,9 +0,0 @@
|
||||
apiVersion: networking.k8s.io/v1
|
||||
kind: Ingress
|
||||
metadata:
|
||||
name: longhorn-ingress
|
||||
namespace: stprage
|
||||
spec:
|
||||
ingressClassName: nginx
|
||||
rules:
|
||||
- host: longhorn.k8s.local
|
||||
@ -1,5 +0,0 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: storage
|
||||
resources:
|
||||
- ingress.yaml
|
||||
@ -1,4 +1,3 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
resources: []
|
||||
# - ../base/longhorn
|
||||
resources: []
|
||||
@ -1,5 +0,0 @@
|
||||
apiVersion: kustomize.config.k8s.io/v1beta1
|
||||
kind: Kustomization
|
||||
namespace: storage
|
||||
resources:
|
||||
- longhorn.yaml
|
||||
@ -1,37 +0,0 @@
|
||||
apiVersion: source.toolkit.fluxcd.io/v1
|
||||
kind: HelmRepository
|
||||
metadata:
|
||||
name: longhorn
|
||||
namespace: storage
|
||||
spec:
|
||||
interval: 1h
|
||||
url: https://charts.longhorn.io
|
||||
---
|
||||
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||
kind: HelmRelease
|
||||
metadata:
|
||||
name: longhorn
|
||||
namespace: storage
|
||||
spec:
|
||||
serviceAccountName: flux
|
||||
interval: 15m
|
||||
timeout: 1h
|
||||
chart:
|
||||
spec:
|
||||
chart: longhorn
|
||||
version: "v1.10.1 " # {"$imagepolicy": "flux-system:longhorn:tag"}
|
||||
sourceRef:
|
||||
kind: HelmRepository
|
||||
name: longhorn
|
||||
interval: 5m
|
||||
install:
|
||||
crds: Create
|
||||
timeout: 9m
|
||||
remediation:
|
||||
retries: 3
|
||||
upgrade:
|
||||
crds: CreateReplace
|
||||
timeout: 9m
|
||||
remediation:
|
||||
retries: 3
|
||||
|
||||
@ -3,7 +3,6 @@ kind: Kustomization
|
||||
resources:
|
||||
- ../base
|
||||
- ../base/nfs
|
||||
- ../base/longhorn
|
||||
secretGenerator:
|
||||
- name: nfs-provisioner-config
|
||||
namespace: storage
|
||||
|
||||
Loading…
Reference in New Issue
Block a user