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

Observatorium.spec.loki.volumeClaimTemplate ignored? #64

Open
noseka1 opened this issue May 1, 2021 · 0 comments
Open

Observatorium.spec.loki.volumeClaimTemplate ignored? #64

noseka1 opened this issue May 1, 2021 · 0 comments

Comments

@noseka1
Copy link

noseka1 commented May 1, 2021

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.

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