diff --git a/manifests/gitea/monitoring.yaml b/manifests/gitea/monitoring.yaml new file mode 100644 index 0000000..b4fb6f9 --- /dev/null +++ b/manifests/gitea/monitoring.yaml @@ -0,0 +1,3 @@ +enabled: true +targets: + - gitea-http.dev-tools.svc.cluster.local:3000 \ No newline at end of file diff --git a/manifests/vault/monitoring.yaml b/manifests/vault/monitoring.yaml new file mode 100644 index 0000000..b91bfc2 --- /dev/null +++ b/manifests/vault/monitoring.yaml @@ -0,0 +1,3 @@ +enabled: true +targets: + - vault.vault.svc.cluster.local:8200 diff --git a/manifests/woodpecker/monitoring.yaml b/manifests/woodpecker/monitoring.yaml new file mode 100644 index 0000000..eec0893 --- /dev/null +++ b/manifests/woodpecker/monitoring.yaml @@ -0,0 +1,3 @@ +enabled: true +targets: + - woodpecker-server.ci.svc.cluster.local:8000