From 8ce792750d19b1ce7655e88e604bc9c520b595eb Mon Sep 17 00:00:00 2001 From: Alex Lebens Date: Wed, 9 Jul 2025 20:06:59 -0500 Subject: [PATCH] change endpoint --- clusters/cl01tl/monitoring/s3-exporter/values.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/clusters/cl01tl/monitoring/s3-exporter/values.yaml b/clusters/cl01tl/monitoring/s3-exporter/values.yaml index 36b38521d..58e98669f 100644 --- a/clusters/cl01tl/monitoring/s3-exporter/values.yaml +++ b/clusters/cl01tl/monitoring/s3-exporter/values.yaml @@ -15,7 +15,9 @@ s3-exporter: - name: S3_EXPORTER_WEB_LISTEN_ADDRESS value: :9340 - name: S3_EXPORTER_S3_ENDPOINT_URL - value: https://nyc3.digitaloceanspaces.com + value: https://postgres-backups-ce540ddf106d186bbddca68a.nyc3.digitaloceanspaces.com + - name: S3_EXPORTER_S3_FORCE_PATH_STYLE + value: false - name: S3_EXPORTER_LOG_LEVEL value: debug envFrom: