diff --git a/apps/sonarr/kustomization.yaml b/apps/sonarr/kustomization.yaml index 425b057..be4aed4 100644 --- a/apps/sonarr/kustomization.yaml +++ b/apps/sonarr/kustomization.yaml @@ -3,5 +3,4 @@ kind: Kustomization resources: - deployment.yaml - service.yaml -- ingress.yaml -- pvc.yaml \ No newline at end of file +- ingress.yaml \ No newline at end of file diff --git a/apps/sonarr/pvc.yaml b/apps/sonarr/pvc.yaml deleted file mode 100644 index 98dc42d..0000000 --- a/apps/sonarr/pvc.yaml +++ /dev/null @@ -1,11 +0,0 @@ -apiVersion: v1 -kind: PersistentVolumeClaim -metadata: - name: sonarr-pvc -spec: - accessModes: - - ReadWriteOncePod - storageClassName: longhorn - resources: - requests: - storage: 2Gi \ No newline at end of file diff --git a/clusters/kairos/longhorn/helmrelease.yaml b/clusters/kairos/longhorn/helmrelease.yaml deleted file mode 100644 index 995852e..0000000 --- a/clusters/kairos/longhorn/helmrelease.yaml +++ /dev/null @@ -1,23 +0,0 @@ -apiVersion: helm.toolkit.fluxcd.io/v2 -kind: HelmRelease -metadata: - name: longhorn -spec: - chart: - spec: - chart: longhorn - reconcileStrategy: ChartVersion - sourceRef: - kind: HelmRepository - name: longhorn-repo - version: 1.6.2 - interval: 1m0s - targetNamespace: longhorn - values: - defaultSettings: - defaultReplicaCount: 1 - defaultDataPath: /usr/local/longhorn/ - longhornUI: - replicas: 1 - persistence: - defaultClassReplicaCount: 1 \ No newline at end of file diff --git a/clusters/kairos/longhorn/helmrepo.yaml b/clusters/kairos/longhorn/helmrepo.yaml deleted file mode 100644 index 5da584a..0000000 --- a/clusters/kairos/longhorn/helmrepo.yaml +++ /dev/null @@ -1,7 +0,0 @@ -apiVersion: source.toolkit.fluxcd.io/v1 -kind: HelmRepository -metadata: - name: longhorn-repo -spec: - interval: 1m0s - url: https://charts.longhorn.io diff --git a/clusters/kairos/longhorn/ingress.yaml b/clusters/kairos/longhorn/ingress.yaml deleted file mode 100644 index bd65ee5..0000000 --- a/clusters/kairos/longhorn/ingress.yaml +++ /dev/null @@ -1,16 +0,0 @@ -apiVersion: traefik.io/v1alpha1 -kind: IngressRoute -metadata: - name: longhorn -spec: - entryPoints: - - web - routes: - - match: Host(`longhorn.k3s`) - kind: Rule - services: - - name: longhorn-frontend - namespace: longhorn - nativeLB: true - kind: Service - port: 80 \ No newline at end of file diff --git a/clusters/kairos/longhorn/kustomization.yaml b/clusters/kairos/longhorn/kustomization.yaml deleted file mode 100644 index 8b1afaa..0000000 --- a/clusters/kairos/longhorn/kustomization.yaml +++ /dev/null @@ -1,8 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -namespace: longhorn -resources: -- namespace.yaml -- helmrepo.yaml -- helmrelease.yaml -- ingress.yaml diff --git a/clusters/kairos/longhorn/namespace.yaml b/clusters/kairos/longhorn/namespace.yaml deleted file mode 100644 index d6fc633..0000000 --- a/clusters/kairos/longhorn/namespace.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: v1 -kind: Namespace -metadata: - name: longhorn \ No newline at end of file diff --git a/clusters/kairos/monitoring/kustomization.yaml b/clusters/kairos/monitoring/kustomization.yaml index 51cf8b8..23371e7 100644 --- a/clusters/kairos/monitoring/kustomization.yaml +++ b/clusters/kairos/monitoring/kustomization.yaml @@ -4,6 +4,6 @@ namespace: monitoring resources: - namespace.yaml - helmrepo.yaml -- ./loki -- ./promtail -- ./grafana \ No newline at end of file +# - ./loki +# - ./promtail +# - ./grafana \ No newline at end of file