mirror of
https://github.com/truenas/charts.git
synced 2026-04-23 18:10:06 +08:00
41 lines
690 B
YAML
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: 30008
|
|
sshPort: 30009
|
|
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
|