diff --git a/apps/prod/kustomization.yaml b/apps/prod/kustomization.yaml index 8673210..d6384ad 100644 --- a/apps/prod/kustomization.yaml +++ b/apps/prod/kustomization.yaml @@ -4,5 +4,5 @@ kind: Kustomization resources: - ../base/podinfo.yaml # - ../base/harbor.yaml - - ../base/gitea.yaml + # - ../base/gitea.yaml # - ../base/yadunut-dev.yaml diff --git a/cluster/base/infra/longhorn.yaml b/cluster/base/infra/longhorn.yaml index afb8774..b1f5d16 100644 --- a/cluster/base/infra/longhorn.yaml +++ b/cluster/base/infra/longhorn.yaml @@ -1,16 +1,16 @@ -# --- -# apiVersion: kustomize.toolkit.fluxcd.io/v1 -# kind: Kustomization -# metadata: -# name: infra-longhorn -# namespace: flux-system -# spec: -# interval: 1h0m0s -# path: ./infra/controllers/longhorn -# prune: true -# retryInterval: 1m0s -# sourceRef: -# kind: GitRepository -# name: flux-system -# timeout: 5m0s -# wait: true +--- +apiVersion: kustomize.toolkit.fluxcd.io/v1 +kind: Kustomization +metadata: + name: infra-longhorn + namespace: flux-system +spec: + interval: 1h0m0s + path: ./infra/controllers/longhorn + prune: true + retryInterval: 1m0s + sourceRef: + kind: GitRepository + name: flux-system + timeout: 5m0s + wait: true