# ──────────────────────────────────────────────────────────────────────────────
# QA environment values for Stripo V2 ArgoCD bootstrap
# ──────────────────────────────────────────────────────────────────────────────
global:
  environment: qa
  clusterName: stripo-eks-qa
  accountId: "285943604611"
  region: us-east-1
  serviceName: stripo-v2
  dnsZone: qa-fansifter.theorchard.io

  # ── Networking ──
  vpcId: vpc-05ab2644d6f411d86
  subnetIds: "subnet-08774c568f198c6f8,subnet-0bec356075eff1dd7,subnet-007d86ffbf2ef9734"
  lbSgId: sg-06454cd5ef24f325f
  ingressSgName: stripo-eks-qa-stripo-ingress-lb-sg
  acmCertificateArn: "arn:aws:acm:us-east-1:285943604611:certificate/50676a87-4410-4cc4-8d73-f4a61a8fd02b"

  # ── Data stores ──
  dbHost: qa-stripo-v2-db.qa-fansifter.theorchard.io
  redisHost: qa-stripo-v2-redis.qa-fansifter.theorchard.io

  # ── IRSA role ARNs ──
  irsaRoles:
    lbController: "arn:aws:iam::285943604611:role/stripo-eks-qa-lb-controller-20260317142635339400000001"
    externalSecrets: "arn:aws:iam::285943604611:role/stripo-eks-qa-external-secrets"
    documentsService: "arn:aws:iam::285943604611:role/stripo-eks-qa-documents-service"
