Align Helm values with coulombcore Gitea package push disable after Forgejo cutover; pulls remain available.
25 lines
781 B
YAML
25 lines
781 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
|
|
# Read-only mirror after Forgejo cutover: zero upload limits block new pushes.
|
|
LIMIT_TOTAL_OWNER_SIZE: 0
|
|
LIMIT_SIZE_CONTAINER: 0
|
|
LIMIT_SIZE_PYPI: 0
|
|
LIMIT_SIZE_NPM: 0
|
|
LIMIT_SIZE_GENERIC: 0
|
|
LIMIT_SIZE_HELM: 0
|
|
LIMIT_SIZE_MAVEN: 0
|
|
LIMIT_SIZE_NUGET: 0
|
|
repository:
|
|
DISABLED_REPO_UNITS: ""
|
|
server:
|
|
ROOT_URL: "https://gitea.coulomb.social/"
|