From b34bb2864affde75730fcf25990b4c82a09b2545 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?c=C4=83t=C4=83lin?= Date: Sat, 6 Jan 2024 00:21:25 +0100 Subject: [PATCH] feat(k8s/services/kured): add basefiles --- k8s/argo-apps/authentik.yaml | 2 +- k8s/argo-apps/kured.yaml | 26 ++++++++++++++++++++++++++ k8s/services/argo/project-fuku.yaml | 3 ++- 3 files changed, 29 insertions(+), 2 deletions(-) create mode 100644 k8s/argo-apps/kured.yaml diff --git a/k8s/argo-apps/authentik.yaml b/k8s/argo-apps/authentik.yaml index 008092c..772b9ca 100644 --- a/k8s/argo-apps/authentik.yaml +++ b/k8s/argo-apps/authentik.yaml @@ -11,7 +11,7 @@ spec: source: chart: authentik repoURL: https://charts.goauthentik.io/ - targetRevision: 2023.10.5 + targetRevision: 2023.10.* helm: valuesObject: authentik: diff --git a/k8s/argo-apps/kured.yaml b/k8s/argo-apps/kured.yaml new file mode 100644 index 0000000..bfdf6ba --- /dev/null +++ b/k8s/argo-apps/kured.yaml @@ -0,0 +1,26 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: kured + namespace: argocd +spec: + destination: + name: '' + namespace: 'apps-fuku' + server: "https://kubernetes.default.svc" + project: fuku + source: + chart: kured + repoURL: https://kubereboot.github.io/charts + targetRevision: 5.3.* + helm: + valuesObject: + configuration.rebootDays: + - mon + - wed + - fri + configuration.startTime: 4am + configuration.endTime: 9am + configuration.timeZone: Europe/Madrid + syncPolicy: + automated: { } diff --git a/k8s/services/argo/project-fuku.yaml b/k8s/services/argo/project-fuku.yaml index 831eac4..0b231b9 100644 --- a/k8s/services/argo/project-fuku.yaml +++ b/k8s/services/argo/project-fuku.yaml @@ -16,4 +16,5 @@ spec: sourceRepos: - https://gitlab.com/fukurokuju/k3s/services.git - https://git.roboces.dev/catalin/fukuops.git - - https://charts.goauthentik.io/ \ No newline at end of file + - https://charts.goauthentik.io/ + - https://kubereboot.github.io/charts \ No newline at end of file