Files
auricom-home-cluster/cluster/apps/data/redis/helm-release.yaml
2021-10-25 16:54:21 +02: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.5.1
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