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