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

[clearml-server] PVC's are made even though services are disabled #334

Open
lucasvandijck opened this issue Nov 14, 2024 · 1 comment
Open
Assignees
Labels
bug Something isn't working stale

Comments

@lucasvandijck
Copy link

Describe the bug a clear and concise description of what the bug is.

I am deploying the clearml chart with the following values:

redis:
  enabled: false
mongodb:
  enabled: false
elasticsearch:
  enabled: false

However, ClearML is still deploying PVC's for these services, although they stay unused.

(I have tested both on a local microk8s cluster and AKS cluster)

What's your helm version?

3.16.3

What's your kubectl version?

1.29.9

What's the chart version?

7.11.5

Enter the changed values of values.yaml?

replicaCount: 1
fileserver:
  enabled: false
apiserver:
  service:
    type: ClusterIP
  ingress:
    enabled: true
    hostName: "api.clearml.xyz.be"
webserver:
  service:
    type: ClusterIP
  ingress:
    enabled: true
    hostName: "app.clearml.xyz.be"
externalServices:
  redisHost: "redis-service"
  redisPort: 6379
redis:
  enabled: false
mongodb:
  enabled: false
elasticsearch:
  enabled: false
@lucasvandijck lucasvandijck added the bug Something isn't working label Nov 14, 2024
Copy link

This issue is stale because it has been open for 4 weeks with no activity.

@github-actions github-actions bot added the stale label Dec 13, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working stale
Projects
None yet
Development

No branches or pull requests

2 participants