helm database influxdb

- update values.yaml for influxdb
- update Chart.yaml for influxdb
This commit is contained in:
2025-07-27 16:42:05 +02:00
committed by swordsteel
parent 638be7dc51
commit 67c92fa4c7
2 changed files with 35 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
apiVersion: v2
name: hlaeja-database
description: A Helm chart for the hlaeja database chart wrapper
version: 0.2.0
version: 0.3.0
dependencies:
@@ -14,3 +14,8 @@ dependencies:
- name: cassandra
version: 12.3.9
repository: "oci://registry-1.docker.io/bitnamicharts"
# https://artifacthub.io/packages/helm/bitnami/influxdb
- name: influxdb
version: 6.6.16
repository: "oci://registry-1.docker.io/bitnamicharts"

View File

@@ -27,3 +27,32 @@ cassandra:
# service:
# type: LoadBalancer
# loadBalancerIP: 10.0.3.32
influxdb:
auth:
admin:
username: influxdb
password: mySecretPassword
token: influxdbAdminToken==
user:
username: service
password: mySecretPassword
token: influxdbServiceToken==
org: hlaeja
bucket: device-data
persistence:
enabled: true
size: 10Gi
resources:
requests:
memory: 512Mi
cpu: 250m
influxdb:
service:
extraPorts:
- name: http-alt
port: 80
targetPort: 8086
protocol: TCP
# type: LoadBalancer
# loadBalancerIP: 10.0.3.33