gitdataai/deploy/values.user.yaml.example
ZhenYi 88f58a65c0
Some checks reported errors
continuous-integration/drone/push Build encountered an error
chore(project): Initialize project basic configuration and deployment template
2026-04-14 23:39:42 +08:00

46 lines
838 B
Plaintext

# User overrides for Helm deployment
# Copy to values.user.yaml and customize
# PostgreSQL
database:
existingSecret: gitdata-secrets
secretKeys:
url: APP_DATABASE_URL
# Redis
redis:
existingSecret: gitdata-secrets
secretKeys:
url: APP_REDIS_URL
# NATS (if using hook pool)
nats:
enabled: false
url: nats://nats:4222
# Qdrant (if using AI embeddings)
qdrant:
enabled: false
url: http://qdrant:6333
# App configuration
app:
replicaCount: 3
ingress:
enabled: true
hosts:
- host: git.example.com
# Gitserver
gitserver:
persistence:
size: 100Gi
storageClass: fast-ssd
ingress:
enabled: true
hosts:
- host: git-http.example.com
annotations:
# Override default proxy-body-size if needed
# nginx.ingress.kubernetes.io/proxy-body-size: "0" # 0 = unlimited