apps
adguard
finance
homarr
homeassistant
immich
media
monitoring
grafana.ingress.yaml
grafana.pvc.yaml
grafana.values.yaml
influxdb.pvc.yaml
influxdb.values.yaml
kustomization.yaml
namespace.yaml
prometheus.yaml
telegraf-speedtest.values.yaml
thanos-objstore-config.sealedsecret.yaml
nextcloud
ntfy
recipes
rss
syncthing
whoami
infrastructure
kluster-deployments
.gitignore
.gitmodules
README.md
renovate.json
35 lines
846 B
YAML
35 lines
846 B
YAML
apiVersion: kustomize.config.k8s.io/v1beta1
|
|
kind: Kustomization
|
|
|
|
namespace: monitoring
|
|
|
|
resources:
|
|
- namespace.yaml
|
|
- grafana.pvc.yaml
|
|
- influxdb.pvc.yaml
|
|
- grafana.ingress.yaml
|
|
# prometheus-operator crds
|
|
- https://github.com/prometheus-operator/prometheus-operator/releases/download/v0.70.0/bundle.yaml
|
|
- prometheus.yaml
|
|
- thanos-objstore-config.sealedsecret.yaml
|
|
|
|
|
|
helmCharts:
|
|
- releaseName: grafana
|
|
name: grafana
|
|
repo: https://grafana.github.io/helm-charts
|
|
version: 7.3.0
|
|
valuesFile: grafana.values.yaml
|
|
|
|
- releaseName: influxdb
|
|
name: influxdb2
|
|
repo: https://helm.influxdata.com/
|
|
version: 2.1.2
|
|
valuesFile: influxdb.values.yaml
|
|
|
|
- releaseName: telegraf-speedtest
|
|
name: telegraf
|
|
repo: https://helm.influxdata.com/
|
|
version: 1.8.39
|
|
valuesFile: telegraf-speedtest.values.yaml
|