20 lines
490 B
YAML
20 lines
490 B
YAML
|
|
apiVersion: argoproj.io/v1alpha1
|
||
|
|
kind: AppProject
|
||
|
|
metadata:
|
||
|
|
name: studio
|
||
|
|
namespace: argocd
|
||
|
|
spec:
|
||
|
|
description: Symcrest Studio customer-facing applications
|
||
|
|
|
||
|
|
sourceRepos:
|
||
|
|
- 'http://forgejo.forgejo.svc.cluster.local:3000/symcrest/k8s-platform.git'
|
||
|
|
|
||
|
|
destinations:
|
||
|
|
- namespace: forgejo
|
||
|
|
server: https://kubernetes.default.svc
|
||
|
|
|
||
|
|
- namespace: openproject
|
||
|
|
server: https://kubernetes.default.svc
|
||
|
|
|
||
|
|
- namespace: pgadmin
|
||
|
|
server: https://kubernetes.default.svc
|