Files
hlaeja-development/helm/charts/02-database/values.yaml
Swordsteel 67c92fa4c7 helm database influxdb
- update values.yaml for influxdb
- update Chart.yaml for influxdb
2025-07-28 11:37:04 +02:00

59 lines
1.1 KiB
YAML

postgresql:
auth:
postgresPassword: mySecretPassword
primary:
persistence:
size: 10Gi
resources:
requests:
memory: 512Mi
cpu: 250m
# service:
# type: LoadBalancer
# loadBalancerIP: 10.0.3.31
cassandra:
cluster:
name: hlaeja-cassandra
dbUser:
password: mySecretPassword
persistence:
enabled: true
size: 10Gi
resources:
requests:
cpu: 250m
memory: 512Mi
# 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