1
0
Fork 0

Compare commits

..

2 Commits

Author SHA1 Message Date
Massaki Archambault f40ebdcb96 bump versions 2022-10-19 23:56:34 -04:00
Massaki Archambault a6c547b352 haproxy scrape config 2022-09-23 19:11:09 -04:00
5 changed files with 23 additions and 5 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
@ -12,19 +12,19 @@ images:
- name: gitea/gitea
newTag: 1.16.9
- name: grafana/grafana
newTag: 9.0.4
newTag: 9.2.1
# - name: prom/node-exporter
# newTag: v0.18.1
- name: prom/blackbox-exporter
newName: badjware/blackbox-exporter-tweak
newTag: 0.21.1
- name: drone/drone
newTag: 2.7.0
newTag: 2.14.0
- name: drone/drone-runner-kube
newTag: 1.0.0-rc.2
newTag: 1.0.0-rc.3
- name: nextcloud
newName: badjware/nextcloud-tweak
newTag: 24.0.3
newTag: 24.0.6
- name: postgres
newTag: 9.6.23
- name: redis
@ -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: