rename helm databases to dependency

This commit is contained in:
2025-07-28 12:46:24 +02:00
parent fe01ad9125
commit f5c1707179
10 changed files with 12 additions and 12 deletions

View File

@@ -0,0 +1,76 @@
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
redis:
architecture: standalone
auth:
enabled: true
password: mySecretPassword
resources:
requests:
cpu: 250m
memory: 256Mi
master:
persistence:
enabled: true
size: 1Gi
# service:
# type: LoadBalancer
# loadBalancerIP: 10.0.3.34