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