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