29 lines
569 B
YAML
29 lines
569 B
YAML
apiVersion: backstage.io/v1alpha1
|
|
kind: Component
|
|
metadata:
|
|
name: "poc-tracker"
|
|
description: "Tracks POCs"
|
|
tags:
|
|
- static
|
|
- website
|
|
- nginx
|
|
- ai
|
|
|
|
|
|
|
|
links:
|
|
# BEGIN TOOLZOO MANAGED LINK
|
|
- url: "http://temp-s-Appli-bT6EolrvaCFH-750585050.us-east-1.elb.amazonaws.com"
|
|
title: Service URL
|
|
icon: web
|
|
# END TOOLZOO MANAGED LINK
|
|
annotations:
|
|
|
|
toolzoo.io/created-by: "user:default/towhitfield@proofpoint.com"
|
|
|
|
backstage.io/techdocs-ref: dir:.
|
|
spec:
|
|
type: website
|
|
owner: "group:default/seti"
|
|
lifecycle: experimental
|