gitdataai/admin/deploy/values.user.yaml.example
ZhenYi b8e5cbbb69
Some checks are pending
CI / Rust Lint & Check (push) Waiting to run
CI / Rust Tests (push) Waiting to run
CI / Frontend Lint & Type Check (push) Waiting to run
CI / Frontend Build (push) Blocked by required conditions
feat(admin): add Docker and Kubernetes deployment for admin panel
2026-04-19 21:49:22 +08:00

45 lines
900 B
Plaintext
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

# User overrides for Helm deployment
# Copy to values.user.yaml and customize
namespace: gitdataai
releaseName: admin
image:
registry: harbor.gitdata.me/gta_team
pullSecrets:
- harbor-secret
# Admin config
admin:
replicaCount: 2
ingress:
enabled: true
hosts:
- host: admin.gitdata.ai
annotations:
# nginx.ingress.kubernetes.io/proxy-body-size: "50m"
config:
appUrl: "https://admin.gitdata.ai"
appDomain: "admin.gitdata.ai"
nodeEnv: production
resources:
requests:
cpu: 100m
memory: 256Mi
limits:
cpu: 500m
memory: 512Mi
# Secrets (bootstrap use external secrets in production)
secrets:
enabled: true
databaseUrl: "postgresql://user:pass@host:5432/gitdata"
redisUrl: "redis://host:6379/0"
nextAuthSecret: "your-secret-here"
# Or use external secrets
# externalSecrets:
# storeName: vault-backend