hive-apps/projects/gitea/project.yml
2021-11-17 14:38:59 +01: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: 4.1.1
secrets:
- name: admin
keys:
- username
- password
- email
- name: postgres
keys:
- postgresql-password
- postgresql-postgres-password