feat: add kured app
This commit is contained in:
parent
5ff9c0013c
commit
a3b6e510ca
1 changed files with 31 additions and 0 deletions
31
apps/system/kured.yaml
Normal file
31
apps/system/kured.yaml
Normal file
|
|
@ -0,0 +1,31 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: kured
|
||||||
|
namespace: argocd
|
||||||
|
annotations:
|
||||||
|
argocd.argoproj.io/sync-wave: "-999"
|
||||||
|
spec:
|
||||||
|
project: system
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
|
destination:
|
||||||
|
server: "https://kubernetes.default.svc"
|
||||||
|
namespace: kured
|
||||||
|
source:
|
||||||
|
chart: kured
|
||||||
|
repoURL: https://kubereboot.github.io/charts
|
||||||
|
targetRevision: 5.5.2
|
||||||
|
helm:
|
||||||
|
releaseName: kured
|
||||||
|
valuesObject:
|
||||||
|
configuration:
|
||||||
|
timeZone: Europe/Prague
|
||||||
|
startTime: "02:00" # 2:00 AM
|
||||||
|
endTime: "06:00" # 6:00 AM
|
||||||
|
annotateNodes: true
|
||||||
|
# rebootDays: ["mo", "tu", "we", "th", "fr", "sa", "su"]
|
||||||
Reference in a new issue