diff --git a/argocd/applications/production-cassandra/swh-application.yaml b/argocd/applications/production-cassandra/swh-application.yaml new file mode 100644 index 0000000..49edd0b --- /dev/null +++ b/argocd/applications/production-cassandra/swh-application.yaml @@ -0,0 +1,25 @@ +# Declare the application to deploy the swh services +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: production-cassandra-swh + namespace: argocd +spec: + project: default + source: + repoURL: 'https://forge.softwareheritage.org/source/swh-charts.git' + path: swh + targetRevision: cassandra + helm: + valueFiles: + - ../values-swh-application-versions.yaml + - values/default.yaml + - values/production.yaml + releaseName: swh + destination: + server: https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-pcndd + namespace: swh + syncPolicy: + automated: + prune: true + selfHeal: true