From 327d2a5dc8421e133d11eba029f8a7d16eb60736 Mon Sep 17 00:00:00 2001 From: Jan Marchel <123368854+jmarchel7bulls@users.noreply.github.com> Date: Tue, 3 Dec 2024 15:52:37 +0100 Subject: [PATCH] update influx data directory (#36) Fixes https://github.com/eu-nebulous/influxdb/issues/5 --- charts/nebulous-influxdb/Chart.yaml | 2 +- charts/nebulous-influxdb/templates/deployment.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/charts/nebulous-influxdb/Chart.yaml b/charts/nebulous-influxdb/Chart.yaml index adcc32a..ff50dde 100644 --- a/charts/nebulous-influxdb/Chart.yaml +++ b/charts/nebulous-influxdb/Chart.yaml @@ -15,7 +15,7 @@ type: application # This is the chart version. This version number should be incremented each time you make changes # to the chart and its templates, including the app version. # Versions are expected to follow Semantic Versioning (https://semver.org/) -version: 0.1.1 +version: 0.1.2 # This is the version number of the application being deployed. This version number should be # incremented each time you make changes to the application. Versions are not expected to diff --git a/charts/nebulous-influxdb/templates/deployment.yaml b/charts/nebulous-influxdb/templates/deployment.yaml index 74df5b0..acffe40 100644 --- a/charts/nebulous-influxdb/templates/deployment.yaml +++ b/charts/nebulous-influxdb/templates/deployment.yaml @@ -81,7 +81,7 @@ spec: {{- toYaml .Values.resources | nindent 12 }} volumeMounts: - name: influxdb-storage - mountPath: /var/lib/influxdb + mountPath: /var/lib/influxdb2 volumes: - name: influxdb-config configMap: