28 lines
712 B
YAML
28 lines
712 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: AppProject
|
|
metadata:
|
|
name: infinicaretech
|
|
namespace: argocd
|
|
spec:
|
|
description: InfinicareTech applications
|
|
sourceRepos:
|
|
- "http://gitea-http.gitea.svc:3000/gitea_admin/gitops-infra.git"
|
|
destinations:
|
|
- namespace: health-app
|
|
server: https://kubernetes.default.svc
|
|
- namespace: hera-app
|
|
server: https://kubernetes.default.svc
|
|
- namespace: pubmedis
|
|
server: https://kubernetes.default.svc
|
|
clusterResourceWhitelist:
|
|
- group: ""
|
|
kind: Namespace
|
|
namespaceResourceWhitelist:
|
|
- group: ""
|
|
kind: "*"
|
|
- group: apps
|
|
kind: "*"
|
|
- group: networking.k8s.io
|
|
kind: "*"
|
|
orphanedResources:
|
|
warn: true |