initial commit
All checks were successful
Build and Publish TechDocs (Helm Chart Resource) / build-and-publish-helm-chart (push) Successful in 1m3s

Change-Id: I6048ebc6243ebc8630caceeff787370b9725a152
This commit is contained in:
Scaffolder
2026-04-23 11:40:05 +00:00
commit 29e76fe69b
60 changed files with 3311 additions and 0 deletions

14
charts/docs/index.md Normal file
View File

@@ -0,0 +1,14 @@
# Helm Chart
Helm chart for deploying the application
## Overview
This is the Helm chart resource for the **haproxy-unified-victor** application.
| Field | Value |
|------------|-----------------------------------------------------------------------------|
| Chart Repo | https://gitea.kyndemo.live/validate/haproxy-unified-victor |
| Owner | platform-engineering |
| Lifecycle | dev |
| System | haproxy-unified-victor |

View File

@@ -0,0 +1,23 @@
apiVersion: backstage.io/v1alpha1
kind: Resource
metadata:
name: haproxy-unified-victor-helm-chart
title: Helm Chart
description: Helm chart for deploying the application
annotations:
backstage.io/techdocs-ref: dir:.
gitea.kyndemo.live/repo-slug: "validate/haproxy-unified-victor"
helm.backstage.io/chart-path: deploy
tags:
- helm
- haproxy-unified-victor
- microservices
spec:
type: helm-chart
owner: group:default/platform-engineering
lifecycle: experimental
system: "system:default/haproxy-unified-victor"
links:
- url: https://gitea.kyndemo.live/validate/haproxy-unified-victor
title: Chart Repository
icon: repository

20
charts/mkdocs.yml Normal file
View File

@@ -0,0 +1,20 @@
site_name: haproxy-unified-victor-helm-chart
site_description: Helm chart for deploying the application
nav:
- Home: index.md
theme:
name: material
palette:
primary: indigo
accent: indigo
plugins:
- search
markdown_extensions:
- admonition
- codehilite
- toc:
permalink: true