From 85736a9d220e68b81391355850482bb43d6ad4b7 Mon Sep 17 00:00:00 2001 From: gitea-bot Date: Mon, 27 Apr 2026 20:21:07 +0000 Subject: [PATCH] chore: Update manifests after change --- .../manifests/argocd/PrometheusRule-haproxy.yaml | 16 ---------------- ...tive-pg-postgres-backups-external-rclone.yaml | 2 +- ...native-pg-postgres-backups-remote-rclone.yaml | 2 +- .../stalwart/Deployment-stalwart-metrics.yaml | 1 + .../Deployment-tubearchivist-metrics.yaml | 1 + 5 files changed, 4 insertions(+), 18 deletions(-) diff --git a/clusters/cl01tl/manifests/argocd/PrometheusRule-haproxy.yaml b/clusters/cl01tl/manifests/argocd/PrometheusRule-haproxy.yaml index f2c7f5076..080188a2a 100644 --- a/clusters/cl01tl/manifests/argocd/PrometheusRule-haproxy.yaml +++ b/clusters/cl01tl/manifests/argocd/PrometheusRule-haproxy.yaml @@ -83,14 +83,6 @@ spec: annotations: summary: HAProxy pending requests (instance {{ $labels.instance }}) description: "Some HAProxy requests are pending on {{ $labels.proxy }} - {{ $value | printf \"%.2f\"}}\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - - alert: HAProxyHTTPSlowingDown - expr: avg by (instance, proxy) (haproxy_backend_max_total_time_seconds) > 1 - for: 1m - labels: - severity: warning - annotations: - summary: HAProxy HTTP slowing down (instance {{ $labels.instance }}) - description: "HAProxy backend max total time is above 1s on {{ $labels.proxy }} - {{ $value | printf \"%.2f\"}}s\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: HAProxyRetryHigh expr: sum by (proxy) (rate(haproxy_backend_retry_warnings_total[1m])) > 10 for: 2m @@ -99,14 +91,6 @@ spec: annotations: summary: HAProxy retry high (instance {{ $labels.instance }}) description: "High rate of retry on {{ $labels.proxy }} - {{ $value | printf \"%.2f\"}}\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - - alert: HAproxyHasNoAliveBackends - expr: haproxy_backend_active_servers + haproxy_backend_backup_servers == 0 - for: 0m - labels: - severity: critical - annotations: - summary: HAproxy has no alive backends (instance {{ $labels.instance }}) - description: "HAProxy has no alive active or backup backends for {{ $labels.proxy }}\n VALUE = {{ $value }}\n LABELS = {{ $labels }}" - alert: HAProxyFrontendSecurityBlockedRequests expr: sum by (proxy) (rate(haproxy_frontend_denied_connections_total[2m])) > 10 for: 2m diff --git a/clusters/cl01tl/manifests/cloudnative-pg/CronJob-cloudnative-pg-postgres-backups-external-rclone.yaml b/clusters/cl01tl/manifests/cloudnative-pg/CronJob-cloudnative-pg-postgres-backups-external-rclone.yaml index fce6558c4..ff9ae2ee5 100644 --- a/clusters/cl01tl/manifests/cloudnative-pg/CronJob-cloudnative-pg-postgres-backups-external-rclone.yaml +++ b/clusters/cl01tl/manifests/cloudnative-pg/CronJob-cloudnative-pg-postgres-backups-external-rclone.yaml @@ -15,7 +15,7 @@ spec: concurrencyPolicy: Forbid startingDeadlineSeconds: 30 timeZone: America/Chicago - schedule: "20 1 * * *" + schedule: "0 6 * * 6" successfulJobsHistoryLimit: 1 failedJobsHistoryLimit: 1 jobTemplate: diff --git a/clusters/cl01tl/manifests/cloudnative-pg/CronJob-cloudnative-pg-postgres-backups-remote-rclone.yaml b/clusters/cl01tl/manifests/cloudnative-pg/CronJob-cloudnative-pg-postgres-backups-remote-rclone.yaml index 043f85d6d..be16057c1 100644 --- a/clusters/cl01tl/manifests/cloudnative-pg/CronJob-cloudnative-pg-postgres-backups-remote-rclone.yaml +++ b/clusters/cl01tl/manifests/cloudnative-pg/CronJob-cloudnative-pg-postgres-backups-remote-rclone.yaml @@ -15,7 +15,7 @@ spec: concurrencyPolicy: Forbid startingDeadlineSeconds: 30 timeZone: America/Chicago - schedule: "0 1 * * *" + schedule: "0 6 * * 6" successfulJobsHistoryLimit: 1 failedJobsHistoryLimit: 1 jobTemplate: diff --git a/clusters/cl01tl/manifests/stalwart/Deployment-stalwart-metrics.yaml b/clusters/cl01tl/manifests/stalwart/Deployment-stalwart-metrics.yaml index 9dbda59ed..84b6c44bf 100644 --- a/clusters/cl01tl/manifests/stalwart/Deployment-stalwart-metrics.yaml +++ b/clusters/cl01tl/manifests/stalwart/Deployment-stalwart-metrics.yaml @@ -36,6 +36,7 @@ spec: containers: - args: - --es.uri=https://elasticsearch-stalwart-es-http.tubearchivist:9200 + - --es.ssl-skip-verify=true image: quay.io/prometheuscommunity/elasticsearch-exporter:v1.10.0@sha256:a6a4d4403f670faf6a94b8c7f9adbca3ead91f26dd64e5ccf95fa69025dc6e58 name: main resources: diff --git a/clusters/cl01tl/manifests/tubearchivist/Deployment-tubearchivist-metrics.yaml b/clusters/cl01tl/manifests/tubearchivist/Deployment-tubearchivist-metrics.yaml index 37b7d3829..cd35a1d68 100644 --- a/clusters/cl01tl/manifests/tubearchivist/Deployment-tubearchivist-metrics.yaml +++ b/clusters/cl01tl/manifests/tubearchivist/Deployment-tubearchivist-metrics.yaml @@ -36,6 +36,7 @@ spec: containers: - args: - --es.uri=https://elasticsearch-tubearchivist-es-http.tubearchivist:9200 + - --es.ssl-skip-verify=true image: quay.io/prometheuscommunity/elasticsearch-exporter:v1.10.0@sha256:a6a4d4403f670faf6a94b8c7f9adbca3ead91f26dd64e5ccf95fa69025dc6e58 name: main resources: -- 2.49.1