Manage OpenProject with ArgoCD
This commit is contained in:
parent
6b87b1a39b
commit
cca2521932
1 changed files with 18 additions and 0 deletions
18
argocd-apps/applications/management/openproject.yaml
Normal file
18
argocd-apps/applications/management/openproject.yaml
Normal file
|
|
@ -0,0 +1,18 @@
|
||||||
|
apiVersion: argoproj.io/v1alpha1
|
||||||
|
kind: Application
|
||||||
|
metadata:
|
||||||
|
name: openproject
|
||||||
|
namespace: argocd
|
||||||
|
spec:
|
||||||
|
project: platform
|
||||||
|
source:
|
||||||
|
repoURL: http://forgejo.forgejo.svc.cluster.local:3000/symcrest/k8s-platform.git
|
||||||
|
targetRevision: main
|
||||||
|
path: rendered/openproject
|
||||||
|
destination:
|
||||||
|
server: https://kubernetes.default.svc
|
||||||
|
namespace: openproject
|
||||||
|
syncPolicy:
|
||||||
|
automated:
|
||||||
|
prune: false
|
||||||
|
selfHeal: true
|
||||||
Loading…
Add table
Add a link
Reference in a new issue