diff --git a/clusters/kairos/longhorn/helmrelease.yaml b/clusters/kairos/longhorn/helmrelease.yaml index 68548d3..d2db652 100644 --- a/clusters/kairos/longhorn/helmrelease.yaml +++ b/clusters/kairos/longhorn/helmrelease.yaml @@ -13,4 +13,4 @@ spec: name: longhorn-repo version: 1.6.2 interval: 1m0s - targetNamespace: longhorn-system \ No newline at end of file + targetNamespace: longhorn \ No newline at end of file diff --git a/clusters/kairos/longhorn/ingress.yaml b/clusters/kairos/longhorn/ingress.yaml index 1020ccd..bd65ee5 100644 --- a/clusters/kairos/longhorn/ingress.yaml +++ b/clusters/kairos/longhorn/ingress.yaml @@ -10,7 +10,7 @@ spec: kind: Rule services: - name: longhorn-frontend - namespace: longhorn-system + 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 index 96e2484..8b1afaa 100644 --- a/clusters/kairos/longhorn/kustomization.yaml +++ b/clusters/kairos/longhorn/kustomization.yaml @@ -1,6 +1,6 @@ apiVersion: kustomize.config.k8s.io/v1beta1 kind: Kustomization -namespace: longhorn-system +namespace: longhorn resources: - namespace.yaml - helmrepo.yaml diff --git a/clusters/kairos/longhorn/namespace.yaml b/clusters/kairos/longhorn/namespace.yaml index 2bb0005..d6fc633 100644 --- a/clusters/kairos/longhorn/namespace.yaml +++ b/clusters/kairos/longhorn/namespace.yaml @@ -1,4 +1,4 @@ apiVersion: v1 kind: Namespace metadata: - name: longhorn-system \ No newline at end of file + name: longhorn \ No newline at end of file