Add Argo CD Application for basicstack.org
Deploys the basicstack.org website from Forgejo repository. - Uses internal Forgejo URL (forgejo.forgejo.svc.cluster.local) - Automated sync with prune and selfHeal enabled - Deploys to basicstack-web namespace Closes DEV-272 Co-Authored-By: Paperclip <noreply@paperclip.ing>
This commit is contained in:
parent
f75b51c02d
commit
4f979d657e
1 changed files with 20 additions and 0 deletions
20
apps/argocd/app-basicstack-org.yaml
Normal file
20
apps/argocd/app-basicstack-org.yaml
Normal file
|
|
@ -0,0 +1,20 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: basicstack-org
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: default
|
||||||
|
source:
|
||||||
|
repoURL: git@forgejo.forgejo.svc.cluster.local:basicstack/basicstack.org.git
|
||||||
|
targetRevision: main
|
||||||
|
path: k8s
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: basicstack-web
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: true
|
||||||
|
selfHeal: true
|
||||||
|
syncOptions:
|
||||||
|
- CreateNamespace=true
|
||||||
Loading…
Add table
Reference in a new issue