Files
chart/library/ix-dev/community/gitea/values.yaml
Stavros Kois 85d2fab14d NAS-122030 / 23.10 / Adds check to only render hostPath key if it has a value (#1210)
* Remove hostPath key from values.yaml

* Add migrations

* bump

* rename migration files and make it safer

* fix wrongly nested dict
2023-05-30 16:23:29 +03:00

41 lines
690 B
YAML

image:
repository: gitea/gitea
pullPolicy: IfNotPresent
tag: 1.19.0-rootless
resources:
limits:
cpu: 4000m
memory: 8Gi
giteaConfig:
additionalEnvs: []
giteaNetwork:
webPort: 30000
sshPort: 30001
certificateID: ""
rootURL: ""
hostNetwork: false
# FIXME: Currently only user 1000 works.
# Any other uid is not mapped to the internal "git" user.
# https://github.com/go-gitea/gitea/issues/23632
giteaRunAs:
user: 1000
group: 1000
giteaStorage:
data:
type: ixVolume
datasetName: data
config:
type: ixVolume
datasetName: config
pgData:
type: ixVolume
datasetName: pgData
pgBackup:
type: ixVolume
datasetName: pgBackup