Files
auricom-home-cluster/cluster/apps/data/redis/helm-release.yaml
2021-08-25 13:49:13 +02:00

34 lines
730 B
YAML

---
apiVersion: helm.toolkit.fluxcd.io/v2beta1
kind: HelmRelease
metadata:
name: redis
namespace: data
spec:
interval: 5m
chart:
spec:
# renovate: registryUrl=https://charts.bitnami.com/bitnami
chart: redis
version: 15.0.0
sourceRef:
kind: HelmRepository
name: bitnami-charts
namespace: flux-system
interval: 5m
values:
auth:
password: ${SECRET_REDIS_PASSWORD}
master:
service:
annotations:
prometheus.io/probe: "true"
prometheus.io/protocol: tcp
replica:
persistence:
enabled: false
service:
annotations:
prometheus.io/probe: "true"
prometheus.io/protocol: tcp