k3s-cluster/kubernetes/main/apps/database/redis/helm-release.yaml

47 lines
925 B
YAML
Raw Normal View History

apiVersion: helm.toolkit.fluxcd.io/v2
2023-04-07 02:39:06 +00:00
kind: HelmRelease
metadata:
name: redis
namespace: database
spec:
interval: 5m
chart:
spec:
chart: redis
version: 20.1.x
2023-04-07 02:39:06 +00:00
sourceRef:
kind: HelmRepository
name: bitnami-charts
namespace: flux-system
values:
auth:
existingSecret: "redis-secrets"
existingSecretPasswordKey: "password"
master:
2023-06-15 04:38:52 +00:00
podSecurityContext:
enabled: true
fsGroup: 10000
containerSecurityContext:
enabled: true
runAsUser: 10000
2024-05-22 23:56:54 +00:00
persistence:
enabled: true
storageClass: mainpool-hostpath
2024-05-22 23:56:54 +00:00
size: 8Gi
replica:
2023-06-15 04:38:52 +00:00
podSecurityContext:
enabled: true
fsGroup: 10000
containerSecurityContext:
enabled: true
runAsUser: 10000
2024-05-22 23:56:54 +00:00
persistence:
enabled: true
storageClass: mainpool-hostpath
2024-05-23 01:07:28 +00:00
size: 8Gi