# 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