All checks were successful
Build and Publish TechDocs (Helm Chart Resource) / build-and-publish-helm-chart (push) Successful in 1m9s
Change-Id: I26d65d84aa31f5cc4cc0835e3fb7269fedc73b45
23 lines
565 B
YAML
23 lines
565 B
YAML
apiVersion: backstage.io/v1alpha1
|
|
kind: Component
|
|
metadata:
|
|
name: haproxy
|
|
description: haproxy
|
|
annotations:
|
|
backstage.io/techdocs-ref: dir:.
|
|
gitea.kyndemo.live/repo-slug: "validate/haproxy"
|
|
helm.backstage.io/chart-path: deploy/haproxy-unified-gateway
|
|
tags:
|
|
- migration
|
|
- helm
|
|
links:
|
|
- url: https://gitea.kyndemo.live/validate/haproxy
|
|
title: Source Repository
|
|
icon: github
|
|
spec:
|
|
type: service
|
|
owner: "group:default/platform-engineering"
|
|
lifecycle: production
|
|
dependsOn:
|
|
- resource:default/haproxy-helm-chart
|