diff --git a/argocd/applications/archive-staging/keda-application.yaml b/argocd/applications/archive-staging/keda-application.yaml new file mode 100644 index 0000000..8ea5782 --- /dev/null +++ b/argocd/applications/archive-staging/keda-application.yaml @@ -0,0 +1,21 @@ +# Declare the application to manage keda +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: archive-staging-keda + namespace: argocd +spec: + project: default + source: + chart: keda + repoURL: "https://kedacore.github.io/charts" + targetRevision: 2.8.1 + helm: + releaseName: keda + destination: + server: https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-cx2bq + namespace: keda + syncPolicy: + automated: + prune: true + selfHeal: true diff --git a/argocd/applications/archive-staging/swh-application.yaml b/argocd/applications/archive-staging/swh-application.yaml new file mode 100644 index 0000000..fed447d --- /dev/null +++ b/argocd/applications/archive-staging/swh-application.yaml @@ -0,0 +1,25 @@ +# Declare the application to deploy the swh services +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: archive-staging-swh + namespace: argocd +spec: + project: default + source: + repoURL: 'https://forge.softwareheritage.org/source/swh-charts.git' + path: swh + targetRevision: master + helm: + valueFiles: + - ../values-swh-application-versions.yaml + - values/default.yaml + - values/staging.yaml + releaseName: swh + destination: + server: https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-cx2bq + namespace: swh + syncPolicy: + automated: + prune: true + selfHeal: true