add infrastructure manifests
This commit is contained in:
44
04-gitea/values.yaml
Normal file
44
04-gitea/values.yaml
Normal 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
|
||||
Reference in New Issue
Block a user