initial commit
All checks were successful
Build and Publish TechDocs (Helm Chart Resource) / build-and-publish-helm-chart (push) Successful in 1m9s
All checks were successful
Build and Publish TechDocs (Helm Chart Resource) / build-and-publish-helm-chart (push) Successful in 1m9s
Change-Id: I26d65d84aa31f5cc4cc0835e3fb7269fedc73b45
This commit is contained in:
14
charts/docs/index.md
Normal file
14
charts/docs/index.md
Normal file
@@ -0,0 +1,14 @@
|
||||
# haproxy
|
||||
|
||||
haproxy
|
||||
|
||||
## Overview
|
||||
|
||||
This is the Helm chart resource for the **haproxy** application.
|
||||
|
||||
| Field | Value |
|
||||
|------------|-----------------------------------------------------------------------------|
|
||||
| Chart Repo | https://gitea.kyndemo.live/validate/haproxy |
|
||||
| Owner | platform-engineering |
|
||||
| Lifecycle | dev |
|
||||
| System | haproxy |
|
||||
23
charts/helm-chart-resource.yaml
Normal file
23
charts/helm-chart-resource.yaml
Normal file
@@ -0,0 +1,23 @@
|
||||
apiVersion: backstage.io/v1alpha1
|
||||
kind: Resource
|
||||
metadata:
|
||||
name: haproxy-helm-chart
|
||||
title: 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:
|
||||
- helm
|
||||
- haproxy
|
||||
- microservices
|
||||
spec:
|
||||
type: helm-chart
|
||||
owner: group:default/platform-engineering
|
||||
lifecycle: production
|
||||
system: "system:default/haproxy"
|
||||
links:
|
||||
- url: https://gitea.kyndemo.live/validate/haproxy
|
||||
title: Chart Repository
|
||||
icon: repository
|
||||
20
charts/mkdocs.yml
Normal file
20
charts/mkdocs.yml
Normal file
@@ -0,0 +1,20 @@
|
||||
site_name: haproxy-helm-chart
|
||||
site_description: haproxy
|
||||
|
||||
nav:
|
||||
- Home: index.md
|
||||
|
||||
theme:
|
||||
name: material
|
||||
palette:
|
||||
primary: indigo
|
||||
accent: indigo
|
||||
|
||||
plugins:
|
||||
- search
|
||||
|
||||
markdown_extensions:
|
||||
- admonition
|
||||
- codehilite
|
||||
- toc:
|
||||
permalink: true
|
||||
Reference in New Issue
Block a user