21 lines
423 B
YAML
21 lines
423 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: gitea
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
source:
|
|
repoURL: 'http://192.168.1.10:30300/xavor/k8s-gitea.git'
|
|
targetRevision: HEAD
|
|
path: .
|
|
destination:
|
|
server: 'https://kubernetes.default.svc'
|
|
namespace: gitea
|
|
syncPolicy:
|
|
automated:
|
|
prune: true
|
|
selfHeal: true
|
|
syncOptions:
|
|
- CreateNamespace=true
|