From dfd24b31176672748af1258a76a2cab5d22ab685 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Douze=20B=C3=A9?= <12b@distrilab.fr> Date: Thu, 15 Dec 2022 22:59:39 +0000 Subject: [PATCH] Add applications.yaml --- deploy/applications.yaml | 45 ++++++++++++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 deploy/applications.yaml diff --git a/deploy/applications.yaml b/deploy/applications.yaml new file mode 100644 index 0000000..42a79cb --- /dev/null +++ b/deploy/applications.yaml @@ -0,0 +1,45 @@ +--- +# Argo CD App definition for K8s POC demo +apiVersion: argoproj.io/v1alpha1 +kind: Application +metadata: + name: k8s-poc-demo +spec: + destination: + server: https://kubernetes.default.svc + namespace: k8s-poc + project: k8s-poc-demo + source: + path: deploy/overlays/prod + repoURL: https://git.distrilab.fr/douzeb/k8s-poc-demo.git + targetRevision: HEAD +# --- +# # Argo CD App definition for another app +# apiVersion: argoproj.io/v1alpha1 +# kind: Application +# metadata: +# name: my-app +# spec: +# destination: +# server: https://kubernetes.default.svc +# namespace: my-namespace +# project: my-project +# source: +# path: deploy/overlays/prod +# repoURL: https://git.distrilab.fr/douzeb/my-project.git +# targetRevision: HEAD +# --- +# # Argo CD App definition for another app +# apiVersion: argoproj.io/v1alpha1 +# kind: Application +# metadata: +# name: my-app +# spec: +# destination: +# server: https://kubernetes.default.svc +# namespace: my-namespace +# project: my-project +# source: +# path: deploy/overlays/prod +# repoURL: https://git.distrilab.fr/douzeb/my-project.git +# targetRevision: HEAD