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