diff --git a/_apps/ipapi.yaml b/_apps/ipapi.yaml new file mode 100644 index 0000000..e8e7966 --- /dev/null +++ b/_apps/ipapi.yaml @@ -0,0 +1,21 @@ +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: ipapi + namespace: argocd + finalizers: + - resources-finalizer.argocd.argoproj.io +spec: + destination: + namespace: ipapi + server: https://kubernetes.default.svc + project: apps + source: + path: ipapi + repoURL: https://git.tbrnt.ch/tobru/gitops-tbrnt.git + targetRevision: HEAD +--- +apiVersion: v1 +kind: Namespace +metadata: + name: ipapi