2024-01-23 01:17:39 +00:00
|
|
|
apiVersion: helm.toolkit.fluxcd.io/v2beta2
|
2023-04-07 02:39:06 +00:00
|
|
|
kind: HelmRelease
|
|
|
|
metadata:
|
|
|
|
name: redis
|
|
|
|
namespace: database
|
|
|
|
spec:
|
|
|
|
interval: 5m
|
|
|
|
chart:
|
|
|
|
spec:
|
|
|
|
chart: redis
|
2024-05-23 02:12:04 +00:00
|
|
|
version: 19.4.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"
|
2023-06-02 02:14:27 +00:00
|
|
|
|
|
|
|
master:
|
2023-06-15 04:38:52 +00:00
|
|
|
podSecurityContext:
|
|
|
|
enabled: true
|
|
|
|
fsGroup: 10000
|
|
|
|
|
2023-06-02 02:14:27 +00:00
|
|
|
containerSecurityContext:
|
|
|
|
enabled: true
|
|
|
|
runAsUser: 10000
|
|
|
|
|
2024-05-22 23:56:54 +00:00
|
|
|
persistence:
|
|
|
|
enabled: true
|
2024-06-17 20:24:50 +00:00
|
|
|
storageClass: mainpool-hostpath
|
2024-05-22 23:56:54 +00:00
|
|
|
size: 8Gi
|
|
|
|
|
2023-06-02 02:14:27 +00:00
|
|
|
replica:
|
2023-06-15 04:38:52 +00:00
|
|
|
podSecurityContext:
|
|
|
|
enabled: true
|
|
|
|
fsGroup: 10000
|
|
|
|
|
2023-06-02 02:14:27 +00:00
|
|
|
containerSecurityContext:
|
|
|
|
enabled: true
|
|
|
|
runAsUser: 10000
|
2024-05-22 23:56:54 +00:00
|
|
|
|
|
|
|
persistence:
|
|
|
|
enabled: true
|
2024-06-17 20:24:50 +00:00
|
|
|
storageClass: mainpool-hostpath
|
2024-05-23 01:07:28 +00:00
|
|
|
size: 8Gi
|