20 lines
487 B
YAML
20 lines
487 B
YAML
apiVersion: backstage.io/v1alpha1
|
|
kind: Component
|
|
metadata:
|
|
name: dev-trivy
|
|
title: trivy (dev)
|
|
description: trivy instance running in Kubernetes
|
|
annotations:
|
|
backstage.io/kubernetes-label-selector: "app=trivy"
|
|
links:
|
|
- url: https://github.com/AllardKrings/kubernetes/dev/trivy
|
|
title: trivy-configuration
|
|
docs:
|
|
- url: ./README.md
|
|
spec:
|
|
type: service
|
|
lifecycle: production
|
|
owner: group:default/allarddcs
|
|
subcomponentOf: component:default/DEV-cluster
|
|
|