From 3c89785c840beae00eb7f421d34e250e6b3f9fe0 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Thu, 26 Jun 2025 03:36:15 +0300 Subject: [PATCH] Add monitoring.yaml for vault and woodpecker --- manifests/gitea/monitoring.yaml | 3 +++ manifests/vault/monitoring.yaml | 3 +++ manifests/woodpecker/monitoring.yaml | 3 +++ 3 files changed, 9 insertions(+) create mode 100644 manifests/gitea/monitoring.yaml create mode 100644 manifests/vault/monitoring.yaml create mode 100644 manifests/woodpecker/monitoring.yaml 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