...

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

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

     1apiVersion: v1
     2kind: ConfigMap
     3metadata:
     4  name: edge-bsl-default
     5data:
     6  ACTIVATION_SUBSCRIPTION_URL: "https://${domain}/new-org-created/"
     7  BSL_ENDPOINT: ${bsl_endpoint}
     8  BSL_RECONCILE_INTERVAL: "60"
     9  BSL_ROOT_ORG: ${bsl_root_org}
    10  BSP_ORGANIZATION_PREFIX: ${bsl_edge_env_prefix}
    11  LOGGER_LEVEL: "debug"
    12  MODE: release
    13  PORT: "9003"
    14  SQL_CONNECTION_NAME: "${gcp_project_id}:${gcp_region}:${edge_sql_db_name}-migrated"
    15  SQL_DB_NAME: ${edge_sql_db_name}
    16  SQL_USER: edge-bsl@${gcp_project_id}.iam
    17  TOP_LEVEL_PROJECT_ID: ${foreman_gcp_project_id}
    18---
    19apiVersion: v1
    20kind: ConfigMap
    21metadata:
    22  name: edge-bsl-optional
    23data:
    24  BSL_RECONCILE_INTERVAL: "60"

View as plain text