Files
chart/library/ix-dev/community/gitea/values.yaml
Stavros Kois 58118d56cb NAS-121235 / 23.10 / Add gitea to community train (#1065)
* Add gitea to community train - initial commit

* finishup

* hide whole group

* adjust to new common fixes (needs new tgz)

* bump commmon

* add descripnts and bump common
2023-04-12 10:06:06 +03:00

45 lines
758 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
hostPath: ""
datasetName: data
config:
type: ixVolume
hostPath: ""
datasetName: config
pgData:
type: ixVolume
hostPath: ""
datasetName: pgData
pgBackup:
type: ixVolume
hostPath: ""
datasetName: pgBackup