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

@@ -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