2026-06-22 12:22:38 -07:00
|
|
|
apiVersion: argoproj.io/v1alpha1
|
|
|
|
|
kind: Application
|
|
|
|
|
metadata:
|
|
|
|
|
name: kmsvc-redis
|
2026-08-21 20:36:06 -07:00
|
|
|
namespace: sqs
|
2026-06-22 12:22:38 -07:00
|
|
|
annotations:
|
|
|
|
|
argocd.argoproj.io/sync-wave: "1"
|
|
|
|
|
spec:
|
|
|
|
|
project: kmsvc
|
|
|
|
|
source:
|
|
|
|
|
repoURL: https://charts.bitnami.com/bitnami
|
|
|
|
|
chart: redis
|
|
|
|
|
targetRevision: 20.6.0
|
|
|
|
|
helm:
|
|
|
|
|
values: |
|
|
|
|
|
architecture: standalone
|
|
|
|
|
# docker.io/bitnami stopped publishing version-pinned tags; bitnamilegacy
|
|
|
|
|
# mirrors them for free. allowInsecureImages silences the chart's
|
|
|
|
|
# container-image allowlist check, which doesn't know about that mirror.
|
|
|
|
|
global:
|
|
|
|
|
security:
|
|
|
|
|
allowInsecureImages: true
|
|
|
|
|
image:
|
|
|
|
|
repository: bitnamilegacy/redis
|
|
|
|
|
auth:
|
|
|
|
|
enabled: false
|
|
|
|
|
master:
|
|
|
|
|
persistence:
|
|
|
|
|
enabled: true
|
|
|
|
|
storageClass: longhorn
|
|
|
|
|
size: 2Gi
|
|
|
|
|
resources:
|
|
|
|
|
limits:
|
|
|
|
|
memory: 1Gi
|
|
|
|
|
requests:
|
|
|
|
|
memory: 1Gi
|
|
|
|
|
destination:
|
|
|
|
|
server: https://kubernetes.default.svc
|
|
|
|
|
namespace: sqs
|
|
|
|
|
syncPolicy:
|
|
|
|
|
automated:
|
|
|
|
|
prune: true
|
|
|
|
|
selfHeal: true
|