20 lines
493 B
YAML
20 lines
493 B
YAML
apiVersion: backstage.io/v1alpha1
|
|
kind: Component
|
|
metadata:
|
|
name: groleau
|
|
description: |
|
|
- test for groleau integration
|
|
links:
|
|
- url: http://gitea.wk.nt.local:31080/wjro/backstage-test
|
|
title: Source Code
|
|
icon: gitea
|
|
- url: http://argocd.wk.nt.local:31080/applications/nt/groleau?view=tree&resource=
|
|
title: ArgoCD Deployment
|
|
icon: cached
|
|
annotations:
|
|
argocd/app-name: groleau
|
|
spec:
|
|
type: service
|
|
lifecycle: experimental
|
|
owner: user:guest
|
|
|