...

Text file src/edge-infra.dev/config/pallets/edge/api/base/configmap.yaml

Documentation: edge-infra.dev/config/pallets/edge/api/base

     1apiVersion: v1
     2kind: ConfigMap
     3metadata:
     4  name: ee-bff-golang
     5  labels:
     6    app: ee-bff-golang
     7    release: ee-bff-golang
     8data:
     9  APP_ENV: "prod"
    10  BQ_TABLE: ${gcp_project_id}.edge.latest-resources
    11  BSP_ENDPOINT: ${bsl_endpoint}
    12  BSP_ORGANIZATION_PREFIX: ${bsl_edge_env_prefix}
    13  BSP_RESET_URL: https://${domain}/reset-password
    14  BSP_ROOT: ${bsl_root_org}
    15  BSP_SITE_ENDPOINT: ${bsl_endpoint}
    16  CHARIOT_ENDPOINT: "http://chariot.chariot:8080"
    17  CHARIOT_PUBSUB_TOPIC: "chariot-rides"
    18  EDGE_API_URL: https://${domain}/api/v2
    19  EDGE_SEC_OPT_IN_COMPLIANCE: "${edge_sec_opt_in_compliance}"
    20  GA_TRACKING_ID: "${ga_tracking_id}"
    21  GCP_REGION: ${gcp_region}
    22  GCP_ZONE: ${gcp_zone}
    23  LOGGER_LEVEL: "debug"
    24  OKTA_ISSUER: https://login.ncr.com/oauth2/default
    25  PS_BQ_TABLE: ${gcp_project_id}.ctlfishpubsub.resources
    26  SQL_CONNECTION_NAME: "${gcp_project_id}:${gcp_region}:${edge_sql_db_name}-migrated"
    27  SQL_DB_NAME: ${edge_sql_db_name}
    28  SQL_USER: bff-sa@${gcp_project_id}.iam
    29  TOP_LEVEL_PROJECT_ID: ${gcp_project_id}

View as plain text