Skip to content

Commit

Permalink
chore(kubernetes): doubt these are needed
Browse files Browse the repository at this point in the history
  • Loading branch information
buroa committed Feb 27, 2024
1 parent 8e8c850 commit b7b02e5
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: blackbox-exporter
name: &app blackbox-exporter
spec:
interval: 30m
chart:
Expand All @@ -23,6 +23,7 @@ spec:
uninstall:
keepHistory: false
values:
fullnameOverride: *app
pspEnabled: false
ingress:
enabled: true
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: smartctl-exporter
name: &app smartctl-exporter
spec:
interval: 30m
chart:
Expand All @@ -23,6 +23,7 @@ spec:
uninstall:
keepHistory: false
values:
fullnameOverride: *app
config:
devices:
- /dev/nvme0n1
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
apiVersion: helm.toolkit.fluxcd.io/v2beta2
kind: HelmRelease
metadata:
name: snmp-exporter
name: &app snmp-exporter
spec:
interval: 30m
chart:
Expand All @@ -23,6 +23,7 @@ spec:
uninstall:
keepHistory: false
values:
fullnameOverride: *app
image:
repository: quay.io/prometheus/snmp-exporter
serviceMonitor:
Expand Down

0 comments on commit b7b02e5

Please sign in to comment.