1
0
Fork 0

haproxy scrape config

This commit is contained in:
Massaki Archambault 2022-09-23 19:11:09 -04:00
parent d1fa3747c2
commit a6c547b352
5 changed files with 19 additions and 1 deletions

View File

@ -11,6 +11,10 @@ secretGenerator:
literals:
- username=changeme
- password=changeme
- name: additional-scrape-configs
behavior: create
literals:
- prometheus-additional.yaml=
configurations:
- kustomizeconfig/namereference.yaml

View File

@ -5,3 +5,5 @@ nameReference:
path: spec/remoteWrite/basicAuth/username/name
- kind: Prometheus
path: spec/remoteWrite/basicAuth/password/name
- kind: Prometheus
path: spec/additionalScrapeConfigs/name

View File

@ -18,6 +18,9 @@ spec:
probeSelector:
matchLabels:
monitor: prometheus
additionalScrapeConfigs:
name: additional-scrape-configs
key: prometheus-additional.yaml
# remoteWrite:
# - url: changeme
# basicAuth:

View File

@ -0,0 +1,3 @@
- job_name: additional/bastion-haproxy
static_configs:
- targets: ["192.168.20.10:8080"]

View File

@ -1,4 +1,4 @@
bases:
resources:
# - ../../namespaces/kubernetes-dashboard
- ../../namespaces/gitea
- ../../namespaces/grafana
@ -78,6 +78,12 @@ secretGenerator:
# literals:
# - username=${ssm:/k3s/prod/monitoring/grafana-cloud/username}
# - password=${ssm:/k3s/prod/monitoring/grafana-cloud/password}
- name: additional-scrape-configs
type: Opaque
namespace: monitoring
behavior: replace
files:
- prometheus-additional.yaml=configurations/prometheus/prometheus-additional.yaml
# allow "kubectl apply -l managed-by=kustomize --prune ..."
commonLabels: