initial commit
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:
Scaffolder
2026-04-16 13:10:43 +00:00
commit 65d0ce3ad3
179 changed files with 12011 additions and 0 deletions

14
charts/docs/index.md Normal file
View 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 |

View 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
View 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