hive-apps/projects/gitea/project.yml

23 lines
385 B
YAML
Raw Normal View History

2021-11-28 10:16:31 +00:00
config:
description: Gitea public Git Server
networkPolicy:
groups:
- internet
rules:
- allow-ssh
apps:
- name: gitea
repoURL: https://dl.gitea.io/charts/
chart: gitea
2022-01-02 15:25:18 +00:00
targetRevision: 5.0.0
2021-11-28 10:16:31 +00:00
secrets:
- name: admin
keys:
- username
- password
- email
- name: postgres
keys:
- postgresql-password
- postgresql-postgres-password