mirror of
https://github.com/wahyd4/home-argocd.git
synced 2026-08-08 21:05:09 +10:00
17 lines
338 B
YAML
17 lines
338 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: you-music
|
|
namespace: argocd
|
|
spec:
|
|
project: default
|
|
syncPolicy:
|
|
automated: {}
|
|
source:
|
|
repoURL: https://github.com/wahyd4/you-music.git
|
|
targetRevision: master
|
|
path: k8s
|
|
destination:
|
|
server: https://kubernetes.default.svc
|
|
namespace: apps
|