diff --git a/argocd-configuration/applications/archive-staging-rke2/redis.yaml b/argocd-configuration/applications/archive-staging-rke2/redis.yaml new file mode 100644 index 0000000000000000000000000000000000000000..aa86f9fc69d34c499d3fe9d49400bc8b41942bde --- /dev/null +++ b/argocd-configuration/applications/archive-staging-rke2/redis.yaml @@ -0,0 +1,32 @@ +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