Removed old infrastructure kustomizations

This commit is contained in:
Dreaded_X 2025-02-24 05:17:41 +01:00
parent d7ba1d85f0
commit d021f81b7b
Signed by: Dreaded_X
GPG Key ID: FA5F485356B0D2D4
7 changed files with 6 additions and 66 deletions

View File

@ -5,9 +5,9 @@ metadata:
namespace: flux-system
spec:
dependsOn:
- name: infra-configs
- name: traefik
- name: topolvm
- name: cnpg
- name: dragonflydb
- name: rook-ceph-cluster
- name: akri
decryption:

View File

@ -16,6 +16,8 @@ metadata:
namespace: flux-system
spec:
interval: 15m
dependsOn:
- name: traefik
prune: true
timeout: 2m
sourceRef:

View File

@ -7,9 +7,9 @@ spec:
interval: 15m
path: ./infra/authelia
dependsOn:
- name: traefik
- name: cnpg
- name: infra-controllers
- name: apps
- name: dragonflydb
prune: true
timeout: 2m
sourceRef:

View File

@ -1,50 +0,0 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-controllers
namespace: flux-system
spec:
dependsOn:
- name: cert-manager
decryption:
provider: sops
secretRef:
name: sops-gpg
interval: 1h
retryInterval: 1m
timeout: 5m
sourceRef:
kind: GitRepository
name: flux-system
postBuild:
substituteFrom:
- kind: ConfigMap
name: domain-vars
path: ./infrastructure/controllers
prune: true
wait: true
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: infra-configs
namespace: flux-system
spec:
dependsOn:
- name: infra-controllers
- name: cert-manager
decryption:
provider: sops
secretRef:
name: sops-gpg
interval: 1h
retryInterval: 1m
timeout: 5m
sourceRef:
kind: GitRepository
name: flux-system
path: ./infrastructure/configs
prune: true
wait: true
# Uncomment this in case of disaster recovery
# suspend: true

View File

@ -1,3 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: []

View File

@ -1,3 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources: []

View File

@ -1,6 +0,0 @@
#!/bin/bash
flux reconcile source git flux-system
flux reconcile kustomization flux-system
flux reconcile kustomization infra-controllers
flux reconcile kustomization infra-configs
flux reconcile kustomization apps