18 lines
491 B
YAML
18 lines
491 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: nginx-app
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: [https://gitea.cruzcloud.net/devops/apps-registry.git](https://gitea.cruzcloud.net/devops/apps-registry.git)
|
|
path: workloads/nginx
|
|
targetRevision: main
|
|
destination:
|
|
server: [https://kubernetes.default.svc](https://kubernetes.default.svc)
|
|
namespace: nginx-web
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true |