add infrastructure manifests

This commit is contained in:
stackops
2026-04-09 13:26:46 +03:00
parent f896fa3d3e
commit 7fe1376fe6
10 changed files with 358 additions and 0 deletions

44
04-gitea/values.yaml Normal file
View File

@@ -0,0 +1,44 @@
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