AlHood77
AlHood77
> This config works for me > > ```yaml > loki: > storage: > bucketNames: > chunks: example-bucket-loki-chunks > ruler: example-bucket-loki-ruler > admin: example-bucket-loki-admin > type: gcs > gcs: >...
@xtavras That's great thanks! Do you think this could be set up also using workload identity instead of mounting keys? Just wondering if you have tried it that way?
This is a stripped down version of how I've integrated kube-thanos and kube-prometheus. I use this mainly to test things out locally by making changes and applying the build.sh and...