Files
zcli-playground/gitea/zerops-service-import.yaml
2026-05-17 21:24:42 +02:00

23 lines
591 B
YAML

#zeropsPreprocessor=on
services:
- hostname: db
type: postgresql:ha@18
priority: 10
verticalAutoscaling:
minFreeRamGB: 0.25
- hostname: volume
type: seaweedfs:ha@3
priority: 10
- hostname: gitea
type: ubuntu@24.04
envSecrets:
DB_PASSWORD: <@generateRandomString(<32>)>
JWT_SECRET: <fill-from-generate-secrets.sh>
LFS_JWT_SECRET: <fill-from-generate-secrets.sh>
SECRET_KEY: <fill-from-generate-secrets.sh>
INTERNAL_TOKEN: <fill-from-generate-secrets.sh>
minContainers: 1
maxContainers: 1
mount:
- volume