Skip to content
Snippets Groups Projects
Verified Commit 4c87f224 authored by Vincent Sellier's avatar Vincent Sellier
Browse files

production: Declare a new swh application using cassandra as a backend

It will progressively replace the cassandra-replay-application when
the replay lags will be recovered

Related to swh/infra/sysadm-environment#4707
parent 9473a7b7
No related branches found
No related tags found
No related merge requests found
# Declare the application to deploy the swh services
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: archive-production-rke2-swh-cassandra
namespace: argocd
spec:
project: default
source:
repoURL: 'https://gitlab.softwareheritage.org/swh/infra/ci-cd/swh-charts.git'
path: swh
targetRevision: production
helm:
valueFiles:
- ../values-swh-application-versions.yaml
- values/default.yaml
- values/production-cassandra.yaml
releaseName: swh-cassandra
destination:
server: https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-m-75xcg59s
namespace: swh-cassandra
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