forked from catalin/fukuops
feat(k8s/services/kured): add basefiles
This commit is contained in:
parent
2213f88d95
commit
b34bb2864a
3 changed files with 29 additions and 2 deletions
|
|
@ -11,7 +11,7 @@ spec:
|
|||
source:
|
||||
chart: authentik
|
||||
repoURL: https://charts.goauthentik.io/
|
||||
targetRevision: 2023.10.5
|
||||
targetRevision: 2023.10.*
|
||||
helm:
|
||||
valuesObject:
|
||||
authentik:
|
||||
|
|
|
|||
26
k8s/argo-apps/kured.yaml
Normal file
26
k8s/argo-apps/kured.yaml
Normal 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: { }
|
||||
|
|
@ -16,4 +16,5 @@ spec:
|
|||
sourceRepos:
|
||||
- https://gitlab.com/fukurokuju/k3s/services.git
|
||||
- https://git.roboces.dev/catalin/fukuops.git
|
||||
- https://charts.goauthentik.io/
|
||||
- https://charts.goauthentik.io/
|
||||
- https://kubereboot.github.io/charts
|
||||
Loading…
Add table
Add a link
Reference in a new issue