k3s-configs/apps/gitea/gitea-values.yaml

71 lines
1.3 KiB
YAML
Raw Normal View History

2023-11-28 21:39:39 +00:00
redis-cluster:
enabled: false
postgresql-ha:
enabled: false
postgresql:
enabled: true
2023-12-28 15:29:15 +00:00
image:
2024-06-03 13:48:24 +00:00
registry: docker.io
repository: bitnami/postgresql
tag: 15.3.0-debian-11-r24
digest: sha256:fff6086d557d962422c6d751b6723877642170bbcc25d6f23e5c2c2f079987d5
2023-11-28 21:39:39 +00:00
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:
2024-04-05 22:32:04 +00:00
TYPE: channel
2023-11-28 21:39:39 +00:00
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