mirror of
https://github.com/amkartashov/gf-k8s.git
synced 2026-01-11 09:59:43 +00:00
13 lines
286 B
YAML
13 lines
286 B
YAML
apiVersion: argoproj.io/v1alpha1
|
|
kind: Application
|
|
metadata:
|
|
name: services
|
|
namespace: argocd
|
|
spec:
|
|
destination:
|
|
namespace: default
|
|
server: https://kubernetes.default.svc
|
|
project: default
|
|
source:
|
|
path: apps/services
|
|
repoURL: git@github.com:amkartashov/gf-k8s
|