Files
infrastructure/servers/legion/apps/redis.yaml
T
Will Anderson bba12f3156 fix: remove static volumeNames for GCP migration, fix redis image tag
Dynamic PVC provisioning needed on new GCP instance.
Redis image 7.4.3-debian-12-r0 was removed from Docker Hub;
use floating 7.4-debian-12 tag instead.
2026-04-27 16:53:01 -05:00

35 lines
719 B
YAML

apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: redis
namespace: argocd
spec:
project: default
source:
repoURL: registry-1.docker.io/bitnamicharts
chart: redis
targetRevision: ">=20.0.0"
helm:
values: |
auth:
enabled: false
architecture: standalone
image:
tag: 7.4-debian-12
master:
persistence:
size: 5Gi
resources:
requests:
memory: 128Mi
cpu: 50m
destination:
server: https://kubernetes.default.svc
namespace: platform
syncPolicy:
automated:
prune: true
selfHeal: true
syncOptions:
- CreateNamespace=true