Compare commits

..

1 commit

Author SHA1 Message Date
7030bc90ea Update dashboard VolSync Dashboard ( 1 → 3 ) 2024-10-28 04:03:09 +00:00

View file

@ -1,5 +1,5 @@
---
# yaml-language-server: $schema=https://raw.githubusercontent.com/bjw-s/helm-charts/main/charts/other/app-template/schemas/helmrelease-helm-v2.schema.json
# yaml-language-server: $schema=https://ks.hsn.dev/helm.toolkit.fluxcd.io/helmrelease_v2.json
apiVersion: helm.toolkit.fluxcd.io/v2
kind: HelmRelease
metadata:
@ -8,61 +8,31 @@ spec:
interval: 30m
chart:
spec:
chart: app-template
version: 3.5.1
chart: prometheus-smartctl-exporter
version: 0.10.0
sourceRef:
kind: HelmRepository
name: bjw-s
name: prometheus-community
namespace: flux-system
install:
remediation:
retries: 3
upgrade:
cleanupOnFail: true
remediation:
strategy: rollback
retries: 3
values:
controllers:
smartctl-exporter:
type: daemonset
pod:
affinity:
nodeAffinity:
requiredDuringSchedulingIgnoredDuringExecution:
nodeSelectorTerms:
- matchExpressions:
fullnameOverride: *app
# incompatible drives cause false positives for smart failures.
nodeSelector:
matchExpressions:
- key: kubernetes.io/hostname
operator: NotIn
values:
- gandalf-01
- shadowfax-01
containers:
app:
image:
repository: quay.io/prometheuscommunity/smartctl-exporter
tag: v0.12.0
args:
- --smartctl.path=/usr/sbin/smartctl
- --smartctl.interval=120s
- --web.listen-address=0.0.0.0:9633
- --web.telemetry-path=/metrics
securityContext:
privileged: true
runAsUser: 0
probes:
liveness: &probes
serviceMonitor:
enabled: true
custom: true
spec:
httpGet:
port: 9633
path: /
readiness: *probes
service:
app:
controller: smartctl-exporter
type: LoadBalancer
ports:
http:
port: 9633
persistence:
dev:
type: hostPath
hostPath: /dev
hostPathType: Directory
globalMounts:
- path: /host/dev
readOnly: true
prometheusRules:
enabled: false