Files
infra/04-gitea/values.yaml
2026-04-09 13:26:46 +03:00

45 lines
775 B
YAML

gitea:
admin:
username: stackops
password: stackops-admin-2026
config:
server:
DOMAIN: git.nodeup.ru
ROOT_URL: https://git.nodeup.ru
SSH_DOMAIN: git.nodeup.ru
database:
DB_TYPE: sqlite3
session:
PROVIDER: memory
cache:
ADAPTER: memory
queue:
TYPE: level
packages:
ENABLED: true
persistence:
enabled: true
size: 10Gi
storageClass: local-path
ingress:
enabled: true
className: nginx
annotations:
cert-manager.io/cluster-issuer: letsencrypt-prod
hosts:
- host: git.nodeup.ru
paths:
- path: /
pathType: Prefix
tls:
- secretName: gitea-tls
hosts:
- git.nodeup.ru
postgresql-ha:
enabled: false
redis-cluster:
enabled: false