Merge pull request 'add HelmRelease and HelmRepository for Prometheus' (#17) from prometheus into main
All checks were successful
renovate / renovate (push) Successful in 9m42s
All checks were successful
renovate / renovate (push) Successful in 9m42s
Reviewed-on: #17
This commit was merged in pull request #17.
This commit is contained in:
28
clusters/default/helm/prometheus/prometheus-release.yml
Normal file
28
clusters/default/helm/prometheus/prometheus-release.yml
Normal file
@@ -0,0 +1,28 @@
|
|||||||
|
---
|
||||||
|
apiVersion: helm.toolkit.fluxcd.io/v2
|
||||||
|
kind: HelmRelease
|
||||||
|
metadata:
|
||||||
|
name: prometheus
|
||||||
|
namespace: monitoring
|
||||||
|
spec:
|
||||||
|
interval: 24h
|
||||||
|
chart:
|
||||||
|
spec:
|
||||||
|
chart: prometheus
|
||||||
|
version: "27.40.1"
|
||||||
|
sourceRef:
|
||||||
|
kind: HelmRepository
|
||||||
|
name: prometheus-community
|
||||||
|
namespace: flux-system
|
||||||
|
interval: 24h
|
||||||
|
install:
|
||||||
|
remediation:
|
||||||
|
retries: 3
|
||||||
|
upgrade:
|
||||||
|
remediation:
|
||||||
|
retries: 3
|
||||||
|
values:
|
||||||
|
service:
|
||||||
|
enabled: true
|
||||||
|
type: LoadBalancer
|
||||||
|
servicePort: 9090
|
||||||
9
clusters/default/helm/prometheus/prometheus-repo.yml
Normal file
9
clusters/default/helm/prometheus/prometheus-repo.yml
Normal file
@@ -0,0 +1,9 @@
|
|||||||
|
---
|
||||||
|
apiVersion: source.toolkit.fluxcd.io/v1
|
||||||
|
kind: HelmRepository
|
||||||
|
metadata:
|
||||||
|
name: prometheus-community
|
||||||
|
namespace: flux-system
|
||||||
|
spec:
|
||||||
|
interval: 24h
|
||||||
|
url: https://prometheus-community.github.io/helm-charts
|
||||||
Reference in New Issue
Block a user