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

Install redis-operator in cluster archive-staging-rke2

Refs. swh/infra/sysadm-environment#4809
parent bc945f0f
No related branches found
No related tags found
No related merge requests found
......@@ -48,3 +48,8 @@ apiVersion: v1
kind: Namespace
metadata:
name: software-stories
---
apiVersion: v1
kind: Namespace
metadata:
name: redis
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: archive-staging-rke2-redis-operator
namespace: argocd
spec:
project: default
source:
chart: redis-operator
repoURL: 'https://ot-container-kit.github.io/helm-charts/'
targetRevision: 0.14.3
helm:
releaseName: redis-operator
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