helm database redis

- update values.yaml for redis
- update Chart.yaml for redis
This commit is contained in:
2025-07-27 14:49:09 +02:00
committed by swordsteel
parent c0d0156da8
commit 60c236784a
2 changed files with 24 additions and 1 deletions

View File

@@ -56,3 +56,21 @@ influxdb:
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