mirror of
https://github.com/nold360/hive-apps
synced 2024-11-03 04:16:35 +00:00
31 lines
479 B
YAML
31 lines
479 B
YAML
config:
|
|
description: Gitea public Git Server
|
|
networkPolicy:
|
|
groups:
|
|
- internet
|
|
rules:
|
|
- allow-ssh
|
|
- allow-argocd
|
|
- allow-minio
|
|
|
|
labels:
|
|
environment: external
|
|
|
|
apps:
|
|
- name: gitea
|
|
repoURL: codeberg.org/forgejo-contrib
|
|
chart: forgejo
|
|
targetRevision: 0.12.0
|
|
secrets:
|
|
- name: admin
|
|
keys:
|
|
- username
|
|
- password
|
|
- email
|
|
- name: bucket
|
|
keys:
|
|
- secretkey
|
|
- accesskey
|
|
- name: redis-auth
|
|
keys:
|
|
- password
|