global:
  existingSecret: loadouthq-runtime

# Commit this file to the customer's GitOps repository.
# Do not store credentials, registry tokens, or license files here.
config:
  appBaseUrl: https://loadouthq.example.com
  apiPublicUrl: https://loadouthq.example.com
  corsOrigin: https://loadouthq.example.com
  sessionCookieSecure: true
  platformAdminEmail: admin@example.com
  registrationEnabled: false
  orgCreationEnabled: false
  localAuthEnabled: true

license:
  # Leave empty for platform-admin upload. Set for operator-managed licensing.
  existingSecret: loadouthq-license
  secretKey: license.lhq-license

imagePullSecrets:
  - name: loadouthq-registry

ingress:
  enabled: true
  className: nginx
  host: loadouthq.example.com
  tls:
    enabled: true
    secretName: loadouthq-tls

api:
  replicaCount: 2
  podDisruptionBudget:
    enabled: true

web:
  replicaCount: 2
  podDisruptionBudget:
    enabled: true
