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: