21 lines
314 B
YAML
21 lines
314 B
YAML
# Single-node test (8–12 GB): SQLite, без PostgreSQL HA
|
||
postgresql:
|
||
enabled: false
|
||
postgresql-ha:
|
||
enabled: false
|
||
|
||
gitea:
|
||
config:
|
||
database:
|
||
DB_TYPE: sqlite3
|
||
actions:
|
||
ENABLED: true
|
||
packages:
|
||
ENABLED: true
|
||
|
||
resources:
|
||
requests:
|
||
memory: 128Mi
|
||
limits:
|
||
memory: 512Mi
|