46 lines
1.1 KiB
YAML
46 lines
1.1 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: 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
|