feat(k8s/services/kured): add basefiles

This commit is contained in:
cătălin 2024-01-06 00:21:25 +01:00
commit b34bb2864a
Signed by: catalin
GPG key ID: 0178DF42F43E5FD2
3 changed files with 29 additions and 2 deletions

View file

@ -11,7 +11,7 @@ spec:
source: source:
chart: authentik chart: authentik
repoURL: https://charts.goauthentik.io/ repoURL: https://charts.goauthentik.io/
targetRevision: 2023.10.5 targetRevision: 2023.10.*
helm: helm:
valuesObject: valuesObject:
authentik: authentik:

26
k8s/argo-apps/kured.yaml Normal file
View file

@ -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: { }

View file

@ -16,4 +16,5 @@ spec:
sourceRepos: sourceRepos:
- https://gitlab.com/fukurokuju/k3s/services.git - https://gitlab.com/fukurokuju/k3s/services.git
- https://git.roboces.dev/catalin/fukuops.git - https://git.roboces.dev/catalin/fukuops.git
- https://charts.goauthentik.io/ - https://charts.goauthentik.io/
- https://kubereboot.github.io/charts