infra: add argocd application for gitea
This commit is contained in:
parent
887f891dfc
commit
78eb7e6bf0
|
|
@ -0,0 +1,22 @@
|
|||
apiVersion: argoproj.io/v1alpha1
|
||||
kind: Application
|
||||
metadata:
|
||||
name: gitea
|
||||
namespace: argocd
|
||||
finalizers:
|
||||
- resources-finalizer.argocd.argoproj.io
|
||||
spec:
|
||||
project: default
|
||||
source:
|
||||
repoURL: 'git@bitbucket.org:jamkazam/video-iac.git'
|
||||
targetRevision: develop
|
||||
path: k8s/jam-cloud-infra
|
||||
directory:
|
||||
include: 'gitea.yaml'
|
||||
destination:
|
||||
server: https://kubernetes.default.svc
|
||||
namespace: jam-cloud-infra
|
||||
syncPolicy:
|
||||
automated:
|
||||
prune: true
|
||||
selfHeal: true
|
||||
Loading…
Reference in New Issue