feat(deployment): add ArgoCD deployment stack

This commit is contained in:
Martin McCaffery 2025-12-17 16:14:14 +01:00
parent 288eb7a91c
commit 10cce1376a
Signed by untrusted user: martin.mccaffery
GPG key ID: 7C4D0F375BCEE533
6 changed files with 145 additions and 4 deletions

28
argocd-stack/docs.yaml Normal file
View file

@ -0,0 +1,28 @@
apiVersion: argoproj.io/v1alpha1
kind: Application
metadata:
name: docs
namespace: argocd
labels:
env: prod
spec:
project: default
syncPolicy:
automated:
selfHeal: true
syncOptions:
- CreateNamespace=true
- ServerSideApply=true
destination:
name: in-cluster
namespace: docs
syncOptions:
- CreateNamespace=true
sources:
- repoURL: https://edp.buildth.ing/DevFW-CICD/website-and-documentation
targetRevision: HEAD
path: argocd-stack/helm
helm:
parameters:
- name: image.tag
value: $ARGOCD_APP_REVISION_SHORT