Skip to content

Commit 276bb4f

Browse files
committed
fix: loki config
1 parent 1a5cce2 commit 276bb4f

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1 +1,2 @@
11
charts/
2+
.vscode

Chart.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ type: application
1515
# This is the chart version. This version number should be incremented each time you make changes
1616
# to the chart and its templates, including the app version.
1717
# Versions are expected to follow Semantic Versioning (https://semver.org/)
18-
version: 0.1.0
18+
version: 0.1.1
1919

2020
# This is the version number of the application being deployed. This version number should be
2121
# incremented each time you make changes to the application. Versions are not expected to

values.yaml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -283,7 +283,7 @@ grafana:
283283
disableDeletion: false
284284
editable: true
285285
options:
286-
path: /var/lib/grafana/dashboards/default
286+
path: /var/lib/grafana/dashboards/default
287287
- name: "prometheus"
288288
orgId: 1
289289
folder: "Prometheus"
@@ -348,6 +348,8 @@ loki:
348348
region: "region-1"
349349
accessKeyId: "clops-test-key"
350350
secretAccessKey: "SUPERSECRETKEY"
351+
s3ForcePathStyle: true
352+
insecure: false
351353
gcs:
352354
chunkBufferSize: 0
353355
requestTimeout: "0s"
@@ -529,7 +531,7 @@ prometheus-blackbox-exporter:
529531
## https://github.com/coreos/prometheus-operator for each target
530532
##
531533
enabled: true
532-
534+
533535
## If true, a ServiceMonitor CRD is created for a prometheus operator
534536
## https://github.com/coreos/prometheus-operator for blackbox-exporter itself
535537
##

0 commit comments

Comments
 (0)