Skip to content
Snippets Groups Projects
Verified Commit a23ab6db authored by Antoine R. Dumont's avatar Antoine R. Dumont
Browse files

Install redis instance

Refs. swh/infra/sysadm-environment#4816
parent 967178ac
No related branches found
No related tags found
1 merge request!18Deploy swh-cassandra and its dependencies
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: archive-staging-rke2-redis
namespace: argocd
spec:
project: default
source:
chart: redis
repoURL: 'https://ot-container-kit.github.io/helm-charts/'
targetRevision: 0.14.2
helm:
releaseName: redis
values: |
serviceMonitor:
enabled: true
redisExporter:
enabled: true
nodeSelector:
kubernetes.io/hostname: rancher-node-staging-rke2-worker1
storageSpec:
volumeClaimTemplate:
spec:
storageClassName: local-persistent
accessModes: ["ReadWriteOnce"]
destination:
server: https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-m-9n5h9nrf
namespace: redis
syncPolicy:
automated:
prune: true
selfHeal: true
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment