Files
auricom-home-cluster/cluster/apps/data/redis/helm-release.yaml
2021-12-16 14:43:21 +01:00

38 lines
762 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.6.7
sourceRef:
kind: HelmRepository
name: bitnami-charts
namespace: flux-system
interval: 5m
values:
architecture: standalone
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