26 lines
700 B
YAML
26 lines
700 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: abinitio-platform-queryit
|
|
namespace: argocd
|
|
annotations:
|
|
argocd.argoproj.io/sync-wave: "0"
|
|
finalizers:
|
|
- resources-finalizer.argocd.argoproj.io
|
|
spec:
|
|
project: abinitio-platform-project
|
|
source:
|
|
repoURL: "https://gitea.k3s.sg.ic.cloudguild.gcp.abinitio.com/gitea-admin/ab-initio-manifests.git"
|
|
targetRevision: HEAD
|
|
path: "rendered/manifests/k3s-dev/abinitio-platform/queryit"
|
|
destination:
|
|
server: "https://kubernetes.default.svc"
|
|
namespace: abinitio
|
|
syncPolicy:
|
|
syncOptions:
|
|
- CreateNamespace=true
|
|
- ServerSideApply=true
|
|
automated:
|
|
selfHeal: true
|
|
prune: true
|