45 lines
1.2 KiB
YAML
45 lines
1.2 KiB
YAML
---
|
|
# 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: infra-distrilab
|
|
project: default
|
|
source:
|
|
path: deploy/k8s-poc-demo/base/
|
|
repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.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/my-project/overlays/prod
|
|
# repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.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/my-project/overlays/prod
|
|
# repoURL: https://git.distrilab.fr/douzeb/distrilab-app-of-apps.git
|
|
# targetRevision: HEAD
|