mirror of
https://github.com/nold360/hive-apps
synced 2024-11-05 13:26:37 +00:00
26 lines
423 B
YAML
26 lines
423 B
YAML
config:
|
|
description: Gitea public Git Server
|
|
networkPolicy:
|
|
groups:
|
|
- internet
|
|
rules:
|
|
- allow-ssh
|
|
|
|
labels:
|
|
environment: external
|
|
|
|
apps:
|
|
- name: gitea
|
|
repoURL: https://dl.gitea.io/charts/
|
|
chart: gitea
|
|
targetRevision: 5.0.0
|
|
secrets:
|
|
- name: admin
|
|
keys:
|
|
- username
|
|
- password
|
|
- email
|
|
- name: postgres
|
|
keys:
|
|
- postgresql-password
|
|
- postgresql-postgres-password
|