Skip to content

Commit

Permalink
feat: add pvc to clickhouse
Browse files Browse the repository at this point in the history
  • Loading branch information
Mokto committed May 22, 2020
1 parent 3cae6b9 commit 33434ea
Show file tree
Hide file tree
Showing 4 changed files with 12 additions and 5 deletions.
6 changes: 3 additions & 3 deletions sentry/Chart.lock
Original file line number Diff line number Diff line change
Expand Up @@ -6,13 +6,13 @@ dependencies:
repository: https://charts.bitnami.com/bitnami
version: 9.0.4
- name: clickhouse
repository: https://liwenhe1993.github.io/charts/
repository: https://sentry-kubernetes.github.io/charts
version: 1.0.1
- name: rabbitmq-ha
repository: https://kubernetes-charts.storage.googleapis.com/
version: 1.38.2
- name: postgresql
repository: https://kubernetes-charts.storage.googleapis.com/
version: 8.2.1
digest: sha256:c04f810a16e6589d0819ecbc3e59941880f2770f6eb704c760689a4d388e77a2
generated: "2020-03-31T15:03:12.6824385+09:00"
digest: sha256:a1fad4e67dd5e9be3d024589756bad7a2b451cec088b111ed2f1f8aea8938ceb
generated: "2020-05-22T10:38:11.55979+02:00"
4 changes: 2 additions & 2 deletions sentry/Chart.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ apiVersion: v2
name: sentry
description: A Helm chart for Kubernetes
type: application
version: 1.1.0
version: 1.2.0
appVersion: 10.0.0
dependencies:
- name: redis
Expand All @@ -14,7 +14,7 @@ dependencies:
version: 9.0.4
condition: kafka.enabled
- name: clickhouse
repository: https://liwenhe1993.github.io/charts/
repository: https://sentry-kubernetes.github.io/charts
version: 1.0.1
condition: clickhouse.enabled
- name: rabbitmq-ha
Expand Down
Binary file modified sentry/charts/clickhouse-1.0.1.tgz
Binary file not shown.
7 changes: 7 additions & 0 deletions sentry/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -244,6 +244,13 @@ clickhouse:
configmap:
remote_servers:
internal_replication: true
persistentVolumeClaim:
enabled: true
dataPersistentVolume:
enabled: true
accessModes:
- "ReadWriteOnce"
storage: "30Gi"

kafka:
enabled: true
Expand Down

0 comments on commit 33434ea

Please sign in to comment.