We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I am trying to change the size of persistent volumes for Loki components. Here are the relevant parts of my configuration:
apiVersion: core.observatorium.io/v1alpha1 kind: Observatorium metadata: name: observatorium spec: loki: image: $(image_loki) replicas: compactor: 1 distributor: 2 ingester: 10 querier: 10 query_frontend: 2 volumeClaimTemplate: spec: accessModes: - ReadWriteOnce resources: requests: storage: 10Gi objectStorageConfig: loki: endpointKey: endpoint secretName: loki-object-storage ...
Unfortunately, the PVCs created are always of size 250Mi and I am not able to change it.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I am trying to change the size of persistent volumes for Loki components. Here are the relevant parts of my configuration:
Unfortunately, the PVCs created are always of size 250Mi and I am not able to change it.
The text was updated successfully, but these errors were encountered: