This commit is contained in:
2026-02-05 13:53:04 +01:00
parent 2648425769
commit 0543be77d5
2 changed files with 16 additions and 0 deletions

View File

@@ -3,6 +3,11 @@
VERSION=4.12.5 VERSION=4.12.5
NAMESPACE=influxdata NAMESPACE=influxdata
kubectl create namespace $NAMESPACE \
--dry-run=client \
-o yaml | \
kubectl -f - apply
helm repo add influxdata https://helm.influxdata.com/ helm repo add influxdata https://helm.influxdata.com/
helm upgrade --install influxdb influxdata/influxdb --version $VERSION -n $NAMESPACE -f values.yml helm upgrade --install influxdb influxdata/influxdb --version $VERSION -n $NAMESPACE -f values.yml

View File

@@ -0,0 +1,11 @@
service:
type: ClusterIP
persistence:
enabled: true
storageClass: nfs-client
ingress:
enabled: false