diff --git a/cluster/apps/production/kustomization.yaml b/cluster/apps/production/kustomization.yaml deleted file mode 100644 index 853b8aa..0000000 --- a/cluster/apps/production/kustomization.yaml +++ /dev/null @@ -1,5 +0,0 @@ ---- -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: - - radarr \ No newline at end of file diff --git a/cluster/apps/production/radarr/flux-secret-map.yaml b/cluster/apps/production/radarr/flux-secret-map.yaml deleted file mode 100644 index 7576e01..0000000 --- a/cluster/apps/production/radarr/flux-secret-map.yaml +++ /dev/null @@ -1,18 +0,0 @@ -apiVersion: kustomize.toolkit.fluxcd.io/v1 -kind: Kustomization -metadata: - name: apps - namespace: flux-system -spec: - interval: 10m0s - path: ./cluster/apps/production - prune: true - sourceRef: - kind: GitRepository - name: kub-repo - postBuild: - substitute: - var_substitution_enabled: "true" - NAS_IP: 10.0.0.10 - quote: '"' - \ No newline at end of file diff --git a/cluster/apps/production/radarr/kustomization.yaml b/cluster/apps/production/radarr/kustomization.yaml deleted file mode 100644 index f953120..0000000 --- a/cluster/apps/production/radarr/kustomization.yaml +++ /dev/null @@ -1,4 +0,0 @@ -apiVersion: kustomize.config.k8s.io/v1beta1 -kind: Kustomization -resources: - - radarr.yaml diff --git a/cluster/apps/production/radarr/radarr.yaml b/cluster/apps/production/radarr/radarr.yaml index 410ecb3..157be12 100644 --- a/cluster/apps/production/radarr/radarr.yaml +++ b/cluster/apps/production/radarr/radarr.yaml @@ -42,7 +42,7 @@ spec: - name: nas nfs: path: /mnt/thePool/thePoolShare - server: ${quote}${NAS_IP}${quote} + server: nas.local.mafyuh.com - name: radarr-config persistentVolumeClaim: claimName: radarr-config diff --git a/cluster/infra/git-repo.yaml b/cluster/infra/git-repo.yaml deleted file mode 100644 index 81534e8..0000000 --- a/cluster/infra/git-repo.yaml +++ /dev/null @@ -1,10 +0,0 @@ -apiVersion: source.toolkit.fluxcd.io/v1 -kind: GitRepository -metadata: - name: kub-repo - namespace: flux-system -spec: - interval: 10m0s - url: https://git.mafyuh.dev/mafyuh/kub - ref: - branch: main \ No newline at end of file