Move Gitea deploy surface into forge
This commit is contained in:
parent
8b9f3b341d
commit
9ce24968cd
13 changed files with 219 additions and 78 deletions
11
helm/gitea-registry-values.yaml
Normal file
11
helm/gitea-registry-values.yaml
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
# Non-secret Gitea registry settings layered after the SOPS values file.
|
||||
gitea:
|
||||
config:
|
||||
packages:
|
||||
ENABLED: true
|
||||
LIMIT_SIZE_CONTAINER: -1
|
||||
LIMIT_SIZE_PYPI: -1
|
||||
repository:
|
||||
DISABLED_REPO_UNITS: ""
|
||||
server:
|
||||
ROOT_URL: "https://gitea.coulomb.social/"
|
||||
Loading…
Add table
Add a link
Reference in a new issue