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

Software-stories: declare argocd staging application

parent 96eaebb0
No related branches found
No related tags found
1 merge request!17Software-stories: declare argocd staging application
......@@ -43,3 +43,8 @@ apiVersion: v1
kind: Namespace
metadata:
name: elastic-system
---
apiVersion: v1
kind: Namespace
metadata:
name: software-stories
---
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: software-stories-staging-rke2
namespace: argocd
spec:
project: default
source:
repoURL: 'https://gitlab.softwareheritage.org/swh/infra/ci-cd/swh-charts.git'
path: software-stories
targetRevision: staging
helm:
releaseName: software-stories
parameters:
- name: "host"
# internal hostname used by reverse proxy
value: software-stories.internal.staging.swh.network
destination:
server: https://rancher.euwest.azure.internal.softwareheritage.org/k8s/clusters/c-m-9n5h9nrf
namespace: software-stories
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