generated from coulomb/repo-seed
All checks were successful
Forge Runner Smoke / compatibility-smoke (push) Successful in 0s
19 lines
537 B
YAML
19 lines
537 B
YAML
# Non-secret Gitea public endpoint and registry settings layered after the SOPS
|
|
# values file.
|
|
service:
|
|
http:
|
|
# Public web/API access is provided by manifests/gitea-ingress.yaml.
|
|
# Keep the Service internal so the raw node IP:port path is not a
|
|
# supported or reachable Gitea entry point.
|
|
type: ClusterIP
|
|
gitea:
|
|
config:
|
|
packages:
|
|
ENABLED: true
|
|
LIMIT_SIZE_CONTAINER: -1
|
|
LIMIT_SIZE_PYPI: -1
|
|
repository:
|
|
DISABLED_REPO_UNITS: ""
|
|
server:
|
|
ROOT_URL: "https://gitea.coulomb.social/"
|