hive-apps/projects/gitea/project.yml
2022-01-02 15:25:18 +00:00

23 lines
385 B
YAML

config:
description: Gitea public Git Server
networkPolicy:
groups:
- internet
rules:
- allow-ssh
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