Restructured infra
All checks were successful
kustomization/cert-manager/3a682516 reconciliation succeeded
kustomization/akri/3a682516 reconciliation succeeded
kustomization/kyverno/3a682516 reconciliation succeeded
kustomization/node-feature-discovery/3a682516 reconciliation succeeded
kustomization/node-feature-discovery-rules/3a682516 reconciliation succeeded
kustomization/velero/3a682516 reconciliation succeeded
kustomization/flux-system/3a682516 reconciliation succeeded
kustomization/letsencrypt/3a682516 reconciliation succeeded
kustomization/topolvm/3a682516 reconciliation succeeded
kustomization/kyverno-policies/3a682516 reconciliation succeeded
kustomization/kube-vip/3a682516 reconciliation succeeded
kustomization/traefik/3a682516 reconciliation succeeded
kustomization/cnpg/3a682516 reconciliation succeeded
kustomization/traefik-middleware/3a682516 reconciliation succeeded
kustomization/lldap/3a682516 reconciliation succeeded
kustomization/authelia/3a682516 reconciliation succeeded
kustomization/apps/3a682516 reconciliation succeeded
kustomization/rook-ceph/3a682516 reconciliation succeeded
kustomization/rook-ceph-cluster/3a682516 reconciliation succeeded

This commit is contained in:
2025-04-24 11:38:30 +02:00
parent 6cbd2fca75
commit 5a027ea7e0
118 changed files with 226 additions and 151 deletions

16
infra/akri/akri.yaml Normal file
View File

@@ -0,0 +1,16 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: akri
namespace: flux-system
labels:
alert: flux-infra
spec:
interval: 15m
path: ./infra/akri/akri
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: flux-system
wait: true

View File

@@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: akri
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: akri-values
files:
- ./values.yaml

View File

@@ -1,15 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: akri
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: akri-values
files:
- ./values.yaml
- ./akri.yaml

View File

@@ -0,0 +1,62 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: authelia-controller
namespace: flux-system
spec:
interval: 15m0s
url: oci://git.huizinga.dev/dreaded_x/authelia-controller/manifests
ref:
tag: edge
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: authelia-controller
namespace: flux-system
spec:
interval: 15m
prune: true
timeout: 2m
sourceRef:
kind: OCIRepository
name: authelia-controller
wait: true
---
apiVersion: notification.toolkit.fluxcd.io/v1
kind: Receiver
metadata:
name: authelia-controller
namespace: flux-system
spec:
type: generic
secretRef:
name: receiver
resources:
- apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
name: authelia-controller
---
apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Provider
metadata:
name: authelia-controller
namespace: flux-system
spec:
type: gitea
address: https://git.huizinga.dev/dreaded_x/authelia-controller
secretRef:
name: gitea
---
apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Alert
metadata:
name: authelia-controller
namespace: flux-system
spec:
providerRef:
name: authelia-controller
eventSeverity: info
eventSources:
- kind: Kustomization
name: authelia-controller

View File

@@ -0,0 +1,30 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: authelia
namespace: flux-system
labels:
alert: flux-infra
spec:
interval: 15m
path: ./infra/authelia/authelia
dependsOn:
- name: traefik
- name: cnpg
- name: dragonflydb
- name: kyverno-policies
- name: lldap-controller
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: flux-system
wait: true
postBuild:
substituteFrom:
- kind: ConfigMap
name: domain-vars
decryption:
provider: sops
secretRef:
name: sops-gpg

View File

@@ -0,0 +1,18 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: authelia
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
- ./service-user.yaml
- ../../../common/postgres
- ../../../common/dragonflydb
configurations:
- ../../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: authelia-values
files:
- ./values.yaml

View File

@@ -1,18 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: authelia
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
- ./service-user.yaml
- ../../common/postgres
- ../../common/dragonflydb
configurations:
- ../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: authelia-values
files:
- ./values.yaml
- ./authelia-controller.yaml
- ./authelia.yaml

View File

@@ -0,0 +1,16 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: cert-manager
namespace: flux-system
labels:
alert: flux-infra
spec:
interval: 15m
path: ./infra/cert-manager/cert-manager
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: flux-system
wait: true

View File

@@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cert-manager
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: cert-manager-values
files:
- ./values.yaml

View File

@@ -1,15 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cert-manager
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: cert-manager-values
files:
- ./values.yaml
- ./cert-manager.yaml
- ./letsencrypt.yaml

View File

@@ -0,0 +1,22 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: letsencrypt
namespace: flux-system
labels:
alert: flux-infra
spec:
interval: 15m
path: ./infra/cert-manager/letsencrypt
dependsOn:
- name: cert-manager
prune: true
timeout: 10m
sourceRef:
kind: GitRepository
name: flux-system
wait: true
decryption:
provider: sops
secretRef:
name: sops-gpg

18
infra/cnpg/cnpg.yaml Normal file
View File

@@ -0,0 +1,18 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: cnpg
namespace: flux-system
labels:
alert: flux-infra
spec:
interval: 15m
path: ./infra/cnpg/cnpg
dependsOn:
- name: topolvm
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: flux-system
wait: true

View File

@@ -0,0 +1,14 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cnpg-system
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: cnpg-values
files:
- ./values.yaml

View File

@@ -1,14 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: cnpg-system
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: cnpg-values
files:
- ./values.yaml
- ./cnpg.yaml

25
infra/descheduler.yaml Normal file
View File

@@ -0,0 +1,25 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: descheduler
namespace: flux-system
spec:
interval: 15m0s
ref:
tag: v0.32.2
url: https://github.com/kubernetes-sigs/descheduler
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: descheduler
namespace: flux-system
spec:
interval: 15m
path: ./kubernetes/cronjob
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: descheduler
wait: true

28
infra/dragonflydb.yaml Normal file
View File

@@ -0,0 +1,28 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: dragonflydb
namespace: flux-system
spec:
interval: 15m0s
ref:
tag: v1.1.8
url: https://github.com/dragonflydb/dragonfly-operator
ignore: |
/*
!/manifests/dragonfly-operator.yaml
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: dragonflydb
namespace: flux-system
spec:
interval: 15m
path: ./manifests
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: dragonflydb
wait: true

View File

@@ -0,0 +1,28 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: external-snapshotter
namespace: flux-system
spec:
interval: 15m0s
ref:
tag: v8.2.0
url: https://github.com/kubernetes-csi/external-snapshotter
ignore: |
/*
!/client/config/crd/*
!/deploy/kubernetes/snapshot-controller/*
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: external-snapshotter
namespace: flux-system
spec:
interval: 15m
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: external-snapshotter
wait: true

View File

@@ -0,0 +1,48 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: GitRepository
metadata:
name: intel-device-plugins
namespace: flux-system
spec:
interval: 15m0s
ref:
tag: v0.32.0
url: https://github.com/intel/intel-device-plugins-for-kubernetes
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: intel-node-feature-rules
namespace: flux-system
spec:
interval: 15m
path: ./deployments/nfd/overlays/node-feature-rules
dependsOn:
- name: node-feature-discovery
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: intel-device-plugins
wait: true
---
apiVersion: v1
kind: Namespace
metadata:
name: intel-device-plugins
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: intel-gpu-plugin
namespace: flux-system
spec:
interval: 15m
path: ./deployments/gpu_plugin/overlays/nfd_labeled_nodes
targetNamespace: intel-device-plugins
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: intel-device-plugins
wait: true

View File

@@ -0,0 +1,18 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: kube-vip
namespace: flux-system
labels:
alert: flux-infra
spec:
interval: 15m
path: ./infra/kube-vip/kube-vip
dependsOn:
- name: kyverno-policies
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: flux-system
wait: true

View File

@@ -0,0 +1,11 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
resources:
- ./service-account.yaml
- ./cluster-role.yaml
- ./cluster-role-binding.yaml
- ./daemon-set.yaml
- https://raw.githubusercontent.com/kube-vip/kube-vip-cloud-provider/refs/tags/v0.0.11/manifest/kube-vip-cloud-controller.yaml
- ./config-map-kubevip.yaml

View File

@@ -1,11 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kube-system
resources:
- ./service-account.yaml
- ./cluster-role.yaml
- ./cluster-role-binding.yaml
- ./daemon-set.yaml
- https://raw.githubusercontent.com/kube-vip/kube-vip-cloud-provider/refs/tags/v0.0.11/manifest/kube-vip-cloud-controller.yaml
- ./config-map-kubevip.yaml
- ./kube-vip.yaml

View File

@@ -1,15 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kyverno
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: kyverno-values
files:
- ./values.yaml
- ./kyverno-policies.yaml
- ./kyverno.yaml

View File

@@ -0,0 +1,18 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: kyverno-policies
namespace: flux-system
labels:
alert: flux-infra
spec:
interval: 15m
path: ./infra/kyverno/kyverno-policies
dependsOn:
- name: kyverno
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: flux-system
wait: true

View File

@@ -0,0 +1,16 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: kyverno
namespace: flux-system
labels:
alert: flux-infra
spec:
interval: 15m
path: ./infra/kyverno/kyverno
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: flux-system
wait: true

View File

@@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: kyverno
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: kyverno-values
files:
- ./values.yaml

View File

@@ -1,10 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: lldap
resources:
- ./namespace.yaml
- ./secret-lldap-credentials.yaml
- ./deployment.yaml
- ./service.yaml
- ./ingress-route.yaml
- ../../common/postgres
- ./lldap-controller.yaml
- ./lldap.yaml

View File

@@ -0,0 +1,62 @@
apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
metadata:
name: lldap-controller
namespace: flux-system
spec:
interval: 15m0s
url: oci://git.huizinga.dev/dreaded_x/lldap-controller/manifests
ref:
tag: edge
---
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: lldap-controller
namespace: flux-system
spec:
interval: 15m
prune: true
timeout: 2m
sourceRef:
kind: OCIRepository
name: lldap-controller
wait: true
---
apiVersion: notification.toolkit.fluxcd.io/v1
kind: Receiver
metadata:
name: lldap-controller
namespace: flux-system
spec:
type: generic
secretRef:
name: receiver
resources:
- apiVersion: source.toolkit.fluxcd.io/v1beta2
kind: OCIRepository
name: lldap-controller
---
apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Provider
metadata:
name: lldap-controller
namespace: flux-system
spec:
type: gitea
address: https://git.huizinga.dev/dreaded_x/lldap-controller
secretRef:
name: gitea
---
apiVersion: notification.toolkit.fluxcd.io/v1beta3
kind: Alert
metadata:
name: lldap-controller
namespace: flux-system
spec:
providerRef:
name: lldap-controller
eventSeverity: info
eventSources:
- kind: Kustomization
name: lldap-controller

28
infra/lldap/lldap.yaml Normal file
View File

@@ -0,0 +1,28 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: lldap
namespace: flux-system
labels:
alert: flux-infra
spec:
interval: 15m
path: ./infra/lldap/lldap
dependsOn:
- name: traefik
- name: cnpg
- name: kyverno-policies
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: flux-system
wait: true
postBuild:
substituteFrom:
- kind: ConfigMap
name: domain-vars
decryption:
provider: sops
secretRef:
name: sops-gpg

View File

@@ -0,0 +1,10 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: lldap
resources:
- ./namespace.yaml
- ./secret-lldap-credentials.yaml
- ./deployment.yaml
- ./service.yaml
- ./ingress-route.yaml
- ../../../common/postgres

View File

@@ -1,15 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: node-feature-discovery
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: nfd-values
files:
- ./values.yaml
- ./node-feature-discovery-rules.yaml
- ./node-feature-discovery.yaml

View File

@@ -0,0 +1,16 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: node-feature-discovery-rules
namespace: flux-system
labels:
alert: flux-infra
spec:
interval: 15m
path: ./infra/node-feature-discovery/node-feature-discovery-rules
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: flux-system
wait: true

View File

@@ -0,0 +1,16 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: node-feature-discovery
namespace: flux-system
labels:
alert: flux-infra
spec:
interval: 15m
path: ./infra/node-feature-discovery/node-feature-discovery
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: flux-system
wait: true

View File

@@ -0,0 +1,15 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: node-feature-discovery
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
configurations:
- ../../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: nfd-values
files:
- ./values.yaml

View File

@@ -1,7 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: rook-ceph
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
- ./rook-ceph.yaml
- ./rook-ceph-cluster.yaml

View File

@@ -0,0 +1,22 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: rook-ceph-cluster
namespace: flux-system
labels:
alert: flux-infra
spec:
interval: 15m
path: ./infra/rook-ceph/rook-ceph-cluster
dependsOn:
- name: rook-ceph
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: flux-system
wait: true
postBuild:
substituteFrom:
- kind: ConfigMap
name: domain-vars

View File

@@ -6,7 +6,7 @@ resources:
- ./access-control-rule.yaml
configurations:
- ../../common/name-reference/helm-release.yaml
- ../../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: rook-cepth-cluster-values

View File

@@ -0,0 +1,16 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: rook-ceph
namespace: flux-system
labels:
alert: flux-infra
spec:
interval: 15m
path: ./infra/rook-ceph/rook-ceph
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: flux-system
wait: true

View File

@@ -0,0 +1,7 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: rook-ceph
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml

View File

@@ -1,16 +1,4 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: topolvm-system
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
- ./volume-snapshot-class.yaml
configurations:
- ../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: topolvm-values
files:
- ./values.yaml
- ./topolvm.yaml

View File

@@ -0,0 +1,18 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: topolvm
namespace: flux-system
labels:
alert: flux-infra
spec:
interval: 15m
path: ./infra/topolvm/topolvm
dependsOn:
- name: cert-manager
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: flux-system
wait: true

View File

@@ -0,0 +1,16 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: topolvm-system
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
- ./volume-snapshot-class.yaml
configurations:
- ../../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: topolvm-values
files:
- ./values.yaml

View File

@@ -1,16 +1,5 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
namespace: traefik
resources:
- ./namespace.yaml
- ./helm-repository.yaml
- ./helm-release.yaml
- ./access-control-rule.yaml
configurations:
- ../../common/name-reference/helm-release.yaml
configMapGenerator:
- name: traefik-values
files:
- ./values.yaml
- ./traefik-middleware.yaml
- ./traefik.yaml

View File

@@ -0,0 +1,18 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: traefik-middleware
namespace: flux-system
labels:
alert: flux-infra
spec:
interval: 15m
path: ./infra/traefik/traefik-middleware
dependsOn:
- name: traefik
prune: true
timeout: 2m
sourceRef:
kind: GitRepository
name: flux-system
wait: true

Some files were not shown because too many files have changed in this diff Show More