66 lines
1.1 KiB
YAML
66 lines
1.1 KiB
YAML
|
redis-cluster:
|
||
|
enabled: false
|
||
|
postgresql-ha:
|
||
|
enabled: false
|
||
|
postgresql:
|
||
|
enabled: true
|
||
|
primary:
|
||
|
persistence:
|
||
|
storageClass: retain-local-path
|
||
|
|
||
|
persistence:
|
||
|
enabled: true
|
||
|
storageClass: retain-local-path
|
||
|
|
||
|
image:
|
||
|
rootless: true
|
||
|
|
||
|
gitea:
|
||
|
admin:
|
||
|
existingSecret: gitea-admin-secret
|
||
|
email: "matus@namesny.com"
|
||
|
config:
|
||
|
actions:
|
||
|
ENABLED: true
|
||
|
federation:
|
||
|
ENABLED: true
|
||
|
database:
|
||
|
DB_TYPE: postgres
|
||
|
session:
|
||
|
PROVIDER: db
|
||
|
cache:
|
||
|
ADAPTER: memory
|
||
|
queue:
|
||
|
TYPE: level
|
||
|
server:
|
||
|
BUILTIN_SSH_SERVER_USER: git
|
||
|
ROOT_URL: https://git.namesny.com
|
||
|
DOMAIN: git.namesny.com
|
||
|
SSH_CREATE_AUTHORIZED_KEYS_FILE: false
|
||
|
LANDING_PAGE: explore
|
||
|
service:
|
||
|
REGISTER_MANUAL_CONFIRM: true
|
||
|
indexer:
|
||
|
ISSUE_INDEXER_TYPE: bleve
|
||
|
REPO_INDEXER_ENABLED: true
|
||
|
|
||
|
service:
|
||
|
http:
|
||
|
type: ClusterIP
|
||
|
port: 3000
|
||
|
clusterIP:
|
||
|
ssh:
|
||
|
type: ClusterIP
|
||
|
port: 22
|
||
|
|
||
|
podSecurityContext:
|
||
|
fsGroup: 1001
|
||
|
|
||
|
containerSecurityContext:
|
||
|
runAsGroup: 1001
|
||
|
runAsNonRoot: true
|
||
|
runAsUser: 1001
|
||
|
|
||
|
test:
|
||
|
enabled: false
|