mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-27 12:33:58 +02:00
31 lines
692 B
YAML
31 lines
692 B
YAML
---
|
|
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.11.0
|
|
sourceRef:
|
|
kind: HelmRepository
|
|
name: weaveworks-kured-charts
|
|
namespace: flux-system
|
|
interval: 5m
|
|
values:
|
|
updateStrategy: RollingUpdate
|
|
configuration:
|
|
startTime: "2:00"
|
|
endTime: "5:00"
|
|
timeZone: "Europe/Paris"
|
|
tolerations:
|
|
- key: "node-role.kubernetes.io/control-plane"
|
|
operator: "Exists"
|
|
effect: "NoSchedule"
|
|
metrics:
|
|
create: true
|