Skip to content

Commit

Permalink
test specifying nas address
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-mcd committed Oct 24, 2021
1 parent 364f190 commit 2a2c257
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cluster/apps/monitoring/loki/helm-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ spec:
storage_config:
aws:
bucketnames: loki
endpoint: ${MINIO_ADDR}:9768
endpoint: http://10.11.1.111:9768
access_key_id: "${SECRET_MINIO_ACCESS_KEY}"
secret_access_key: "${SECRET_MINIO_SECRET_KEY}"
s3forcepathstyle: true
Expand Down

0 comments on commit 2a2c257

Please sign in to comment.