From 22c595c57984c88d59d5d2b2eaeaf10e9e833b46 Mon Sep 17 00:00:00 2001 From: dvirlabs Date: Fri, 25 Jul 2025 14:32:37 +0300 Subject: [PATCH] Fix planka svc --- manifests/cloudflared/values.yaml | 2 +- manifests/harbor/monitoring.yaml | 15 --------------- 2 files changed, 1 insertion(+), 16 deletions(-) delete mode 100644 manifests/harbor/monitoring.yaml diff --git a/manifests/cloudflared/values.yaml b/manifests/cloudflared/values.yaml index 30afd87..a398d6f 100644 --- a/manifests/cloudflared/values.yaml +++ b/manifests/cloudflared/values.yaml @@ -85,7 +85,7 @@ cloudflare: - hostname: focalboard.dvirlabs.com service: http://focalboard.dev-tools.svc.cluster.local:80 - hostname: planka.dvirlabs.com - service: http://planka.dev-tools.svc.cluster.local:80 + service: http://planka.dev-tools.svc.cluster.local:1377 cloudflared: image: repository: cloudflare/cloudflared diff --git a/manifests/harbor/monitoring.yaml b/manifests/harbor/monitoring.yaml deleted file mode 100644 index 585c434..0000000 --- a/manifests/harbor/monitoring.yaml +++ /dev/null @@ -1,15 +0,0 @@ -enabled: true -app: harbor -uptime_kuma: - enabled: true - url: https://harbor.dvirlabs.com - tag: infra -# targets: -# - : -# scheme: http -# external_check: -# url: https://harbor.dvirlabs.com -# expected_codes: -# '502': critical -# '404': warning -# '1033': critical