Compare commits

..

22 Commits

Author SHA1 Message Date
420bd25e16 chore: Set minor version for all controllers
All checks were successful
kustomization/spegel/1b69816f reconciliation succeeded
kustomization/local-path-provisioner/1b69816f reconciliation succeeded
kustomization/flux-system/1b69816f reconciliation succeeded
kustomization/letsencrypt/1b69816f reconciliation succeeded
kustomization/cilium/1b69816f reconciliation succeeded
kustomization/longhorn/1b69816f reconciliation succeeded
kustomization/cert-manager/1b69816f reconciliation succeeded
kustomization/certificates/1b69816f reconciliation succeeded
kustomization/longhorn-jobs/1b69816f reconciliation succeeded
2025-12-15 02:56:42 +01:00
caeee0dd2c feat: Use single kustomization for all alerts 2025-12-15 02:56:42 +01:00
357db355c2 feat: Added flux status to gitea commits 2025-12-15 02:56:42 +01:00
84b428f8c7 chore: Moved telegram alerts config 2025-12-15 02:56:42 +01:00
ca14593fdd feat: Add longhorn backup job 2025-12-15 02:56:41 +01:00
58e7b3e791 feat: Pin flux version in bootstrap script 2025-12-15 02:56:41 +01:00
11cd90a69a chore: Added README with common issues 2025-12-15 02:56:41 +01:00
3d09135d23 Add Flux v2.7.5 component manifests 2025-12-15 02:56:41 +01:00
751172a4c7 chore: Add 1 git-crypt collaborator
New collaborators:

    CD17A34CBFB21DE9A73D47EB76BDEC4E165D8AD9
        Tim Huizinga <tim@huizinga.dev>
2025-12-15 02:56:41 +01:00
5edcb1ca67 feat: Added garage as default backup target 2025-12-15 02:56:41 +01:00
2f107ac2b7 chore: Adjusted certificate kustomization timeout 2025-12-15 02:56:41 +01:00
1b90c06585 chore: Update sops keys 2025-12-15 02:56:41 +01:00
89657e6649 chore: Typos ignore age encrypted blocks 2025-12-15 02:56:41 +01:00
b2794d418b feat: Added telegram alerts 2025-12-15 02:56:41 +01:00
6979b7b0f8 feat: Added local-path-provisioner 2025-12-15 02:56:40 +01:00
fa52a3afa1 feat: Separate config for production/testing 2025-12-15 02:56:40 +01:00
64a3c4f24f feat: Switch to longhorn 2025-12-15 02:56:40 +01:00
5f1cb7d78d feat: Testing on single node 2025-12-15 02:56:40 +01:00
b9c2856764 feat: Added OpenEBS 2025-12-15 02:56:40 +01:00
6f35f15cc9 feat: Use pre-generated deploy key 2025-12-15 02:56:40 +01:00
cd31e74003 chore: Added pre-commit hooks 2025-12-15 02:56:40 +01:00
fe1bb96b08 feat: Added spegel 2025-12-15 02:56:40 +01:00
14 changed files with 2 additions and 115 deletions

View File

@@ -9,7 +9,6 @@ resources:
- ../../controllers/spegel/spegel.yaml
- ../../controllers/longhorn/longhorn.yaml
- ../../controllers/local-path-provisioner/local-path-provisioner.yaml
- ../../controllers/cnpg/cnpg.yaml
- ../../configs/artifacts.yaml
- ../../configs/letsencrypt/letsencrypt.yaml

View File

@@ -39,8 +39,3 @@ spec:
copy:
- from: "@foundation/controllers/local-path-provisioner**"
to: "@artifact/"
- name: cnpg
originRevision: "@foundation"
copy:
- from: "@foundation/controllers/cnpg/**"
to: "@artifact/"

View File

@@ -1,29 +0,0 @@
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
name: cnpg
namespace: cnpg-system
spec:
interval: 12h
install:
strategy:
name: RetryOnFailure
retryInterval: 2m
upgrade:
strategy:
name: RetryOnFailure
retryInterval: 3m
chart:
spec:
chart: cloudnative-pg
version: "0.27.x"
sourceRef:
kind: HelmRepository
name: cnpg
interval: 24h
valuesFrom:
- kind: ConfigMap
name: values-base
- kind: ConfigMap
name: values-overlay
optional: true

View File

@@ -1,8 +0,0 @@
apiVersion: source.toolkit.fluxcd.io/v1
kind: HelmRepository
metadata:
name: cnpg
namespace: cnpg-system
spec:
interval: 24h
url: https://cloudnative-pg.github.io/charts

View File

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

View File

@@ -1,6 +0,0 @@
nameReference:
- kind: ConfigMap
version: v1
fieldSpecs:
- path: spec/valuesFrom/name
kind: HelmRelease

View File

@@ -1,4 +0,0 @@
apiVersion: v1
kind: Namespace
metadata:
name: cnpg-system

View File

@@ -1,15 +0,0 @@
apiVersion: kustomize.toolkit.fluxcd.io/v1
kind: Kustomization
metadata:
name: cnpg
namespace: flux-system
spec:
interval: 1h
retryInterval: 2m
timeout: 5m
sourceRef:
kind: ExternalArtifact
name: cpng
path: ./${cluster_env}
prune: true
wait: true

View File

@@ -1,10 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
configMapGenerator:
- name: values-overlay
namespace: cnpg
files:
- values.yaml

View File

@@ -1 +0,0 @@
replicaCount: 2

View File

@@ -1,10 +0,0 @@
apiVersion: kustomize.config.k8s.io/v1beta1
kind: Kustomization
resources:
- ../base
configMapGenerator:
- name: values-overlay
namespace: cnpg
files:
- values.yaml

View File

@@ -1 +0,0 @@
replicaCount: 1

View File

@@ -4,23 +4,15 @@ metadata:
name: spegel
namespace: spegel
spec:
interval: 12h
install:
strategy:
name: RetryOnFailure
retryInterval: 2m
upgrade:
strategy:
name: RetryOnFailure
retryInterval: 3m
interval: 1m
chart:
spec:
chart: spegel
version: "0.5.x"
interval: 5m
sourceRef:
kind: HelmRepository
name: spegel
interval: 24h
values:
spegel:
containerdRegistryConfigPath: /etc/cri/conf.d/hosts