Skip to content
Snippets Groups Projects
Commit e478ee95 authored by Guillaume Samson's avatar Guillaume Samson
Browse files

archive-staging: configure swh application using cassandra cluster

Related to swh/infra/sysadm-environment#4816
parent a23ab6db
No related branches found
No related tags found
1 merge request!18Deploy swh-cassandra and its dependencies
...@@ -11,6 +11,12 @@ kind: Namespace ...@@ -11,6 +11,12 @@ kind: Namespace
metadata: metadata:
name: swh name: swh
--- ---
# Namespace dedicated to the swh using cassandra as backend
apiVersion: v1
kind: Namespace
metadata:
name: swh-cassandra
---
# Namespace dedicated to cluster monitoring services # Namespace dedicated to cluster monitoring services
apiVersion: v1 apiVersion: v1
kind: Namespace kind: Namespace
......
# Declare the application to deploy the swh services
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: archive-staging-rke2-swh-cassandra
namespace: swh-cassandra
spec:
project: default
source:
repoURL: 'https://gitlab.softwareheritage.org/swh/infra/ci-cd/swh-charts.git'
path: swh
targetRevision: staging
helm:
valueFiles:
- ../values-swh-application-versions.yaml
- values/default.yaml
- values/staging-cassandra.yaml
releaseName: swh-cassandra
destination:
server: https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-m-9n5h9nrf
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