forked from billimek/k8s-gitops
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathkured.yaml
39 lines (39 loc) · 893 Bytes
/
kured.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: kured
namespace: kube-system
spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://weaveworks.github.io/kured
chart: kured
version: 2.14.0
sourceRef:
kind: HelmRepository
name: weaveworks-kured-charts
namespace: flux-system
interval: 5m
values:
image:
repository: raspbernetes/kured
tag: 1.9.2
updateStrategy: RollingUpdate
configuration:
startTime: "0:00"
endTime: "4:00"
timeZone: "America/New_York"
rebootCommand: "/usr/bin/systemctl reboot"
tolerations:
- key: "arm"
operator: "Exists"
- key: "node-role.kubernetes.io/master"
operator: "Exists"
metrics:
create: true
valuesFrom:
- kind: Secret
name: "kured-helm-values"
optional: false