Skip to main content

UI

Below are the configurable environment parameters for the UI.

  • FIELD is the name of the environment variable to be configured within the velero-ui-config ConfigMap.
  • Helm KEY is the related key defined in the Helm chart.

Configuration

FIELDHELM KEYTYPEDEFAULTDESCRIPTION
NEXT_PUBLIC_LOGIN_CLUSTERS_SWITCHuiConfig.experimentalBoolfalseEXPERIMENTAL: Displays or hides the cluster selection menu on the login page.
NEXT_PUBLIC_REFRESH_DATATABLE_AFTERuiConfig.nextPublicRefreshDatatableAfterNumber1500Milliseconds delay for datatable update after each operation.
NEXT_PUBLIC_REFRESH_RECENTuiConfig.nextPublicRefreshRecentNumber5000Polling task in progress updates in milliseconds.
NEXT_PUBLIC_VELERO_API_NAMEglobal.clusterNameStringName for cluster
NEXT_PUBLIC_VELERO_API_URLuiConfig.nextPublicVeleroApiUrlStringhttp://127.0.0.1:8001Url to http velero-api project
NEXT_PUBLIC_VELERO_API_WSuiConfig.nextPublicVeleroApiWsStringws://127.0.0.1:8001Url to ws velero-api project
NEXT_PUBLIC_VELERO_API_NAME_1StringEXPERIMENTAL: Name for cluster 1
NEXT_PUBLIC_VELERO_API_URL_1StringEXPERIMENTAL: Url to http velero-api project
NEXT_PUBLIC_VELERO_API_WS_1StringEXPERIMENTAL: Url to ws velero-api project
NEXT_PUBLIC_VELERO_API_NAME_2uiConfig.exNextPublicVeleroApiName2StringEXPERIMENTAL: Name for cluster 2
NEXT_PUBLIC_VELERO_API_URL_2uiConfig.exNextPublicVeleroApiUrl2StringEXPERIMENTAL: Url to http velero-api project
NEXT_PUBLIC_VELERO_API_WS_2uiConfig.exNextPublicVeleroApiWs2StringEXPERIMENTAL: Url to ws velero-api project