40 lines
682 B
Markdown
40 lines
682 B
Markdown
# Usage:
|
|
|
|
## `Chart.yaml`
|
|
```
|
|
apiVersion: v2
|
|
name: gitea
|
|
description: Gitea Helm chart for Kubernetes
|
|
type: application
|
|
version: 1.0.0
|
|
appVersion: 1.0.0
|
|
icon: https://gitea.com/assets/img/logo.svg
|
|
|
|
dependencies:
|
|
- name: gitea
|
|
repository: https://dl.gitea.com/charts/
|
|
version: 10.4.0
|
|
condition: subchart
|
|
- name: chart_template
|
|
repository: https://git.ties.one/api/packages/public/helm
|
|
version: 0.0.4
|
|
```
|
|
|
|
## `values.yaml`
|
|
```
|
|
subchart: false
|
|
|
|
chart_template:
|
|
name: gitea
|
|
namespace: default
|
|
# expose:
|
|
# service:
|
|
# name:
|
|
# port:
|
|
# match: Host(`n8n.ties.one`)
|
|
# middlewares:
|
|
# - authentik
|
|
|
|
global:
|
|
# values.yaml contents
|
|
``` |