24 lines
458 B
YAML
24 lines
458 B
YAML
|
apiVersion: argoproj.io/v1alpha1
|
||
|
kind: Application
|
||
|
metadata:
|
||
|
name: kx3dex-radio-site
|
||
|
namespace: argocd
|
||
|
spec:
|
||
|
project: kx3dex-radio
|
||
|
|
||
|
source:
|
||
|
repoURL: https://gitea.simplysyncedllc.com/Dex/argocd-configs.git
|
||
|
targetRevision: HEAD
|
||
|
path: prod
|
||
|
destination:
|
||
|
server: https://kubernetes.default.svc
|
||
|
namespace: kx3dex-radio
|
||
|
|
||
|
syncPolicy:
|
||
|
syncOptions:
|
||
|
- CreateNamespace=true
|
||
|
|
||
|
automated:
|
||
|
selfHeal: true
|
||
|
prune: true
|