Update README.md
This commit is contained in:
parent
a2282cc731
commit
a74f84ff6f
19
README.md
19
README.md
@ -1,5 +1,6 @@
|
|||||||
# Usage:
|
# Usage:
|
||||||
|
|
||||||
|
## `Chart.yaml`
|
||||||
```
|
```
|
||||||
apiVersion: v2
|
apiVersion: v2
|
||||||
name: gitea
|
name: gitea
|
||||||
@ -18,3 +19,21 @@ dependencies:
|
|||||||
repository: __TO_BE_DEFINED__
|
repository: __TO_BE_DEFINED__
|
||||||
version: 1.0.0
|
version: 1.0.0
|
||||||
```
|
```
|
||||||
|
|
||||||
|
## `values.yaml`
|
||||||
|
```
|
||||||
|
subchart: false
|
||||||
|
|
||||||
|
chart_template:
|
||||||
|
namespace: default
|
||||||
|
# expose:
|
||||||
|
# service:
|
||||||
|
# name:
|
||||||
|
# port:
|
||||||
|
# match: Host(`n8n.ties.one`)
|
||||||
|
# middlewares:
|
||||||
|
# - authentik
|
||||||
|
|
||||||
|
global:
|
||||||
|
# values.yaml contents
|
||||||
|
```
|
||||||
Loading…
x
Reference in New Issue
Block a user