21 lines
504 B
YAML
21 lines
504 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: gateway
|
|
namespace: argocd
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: https://gitea.mini.cloud.fiskerinc.com/admin/cloud-services.git
|
|
targetRevision: main
|
|
path: deploy/overlays/development/services/gateway
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: cloud-services
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|