docs: Update _index.md (#10773)

Co-authored-by: Michel Hollands <42814411+MichelHollands@users.noreply.github.com>
Co-authored-by: J Stickler <julie.stickler@grafana.com>
pull/12394/head
Benoit Arnaud 1 year ago committed by GitHub
parent 3202e34729
commit 523b5dea5b
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 7
      docs/sources/setup/install/helm/install-monolithic/_index.md

@ -60,10 +60,17 @@ If you set the `singleBinary.replicas` value to 2 or more, this chart configures
ruler: loki-ruler
admin: loki-admin
type: 's3'
bucketNames:
chunks: loki-chunks
ruler: loki-ruler
admin: loki-admin
s3:
endpoint: foo.aws.com
region: <AWS region>
secretAccessKey: supersecret
accessKeyId: secret
s3ForcePathStyle: false
insecure: false
singleBinary:
replicas: 3
```

Loading…
Cancel
Save