mirror of
https://github.com/auricom/home-cluster.git
synced 2025-09-29 05:16:08 +02:00
38 lines
762 B
YAML
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
|