Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

loki object storage config broken #31

Open
4n4nd opened this issue Dec 7, 2020 · 0 comments
Open

loki object storage config broken #31

4n4nd opened this issue Dec 7, 2020 · 0 comments

Comments

@4n4nd
Copy link
Contributor

4n4nd commented Dec 7, 2020

In loki object storage config:

  objectStorageConfig:
    loki:
      accessKeyIdKey: aws_access_key_id
      bucketsKey: buckets
      endpointKey: endpoint
      regionKey: region
      secretAccessKeyKey: aws_secret_access_key
      secretName: loki-objectstorage

Only the endpointKey is actually read and relayed to the deployments as S3_URL, other parameters are not used.
To make this work, I set the endpoint to http://ACCESS_KEY_ID:ACCESS_SECRET_KEY@S3_HOST:S3_PORT/BUCKET_NAME

haoqing0110 referenced this issue in stolostron/observatorium-operator Apr 7, 2021
Use config.replicas for deployment replicas
saswatamcode pushed a commit to saswatamcode/observatorium-operator that referenced this issue May 21, 2024
…ached

Export connectionLimit and maxItemSize for memcached
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant