Skip to content

arlas-uis

Version: 28.4.0 AppVersion: 28.0.3

A Helm Chart to deploy ARLAS User Interfaces

Values

Key Type Default Description
affinity object {} Allows constraining pod(s) to only run on particular nodes, or to prefer to run on particular nodes. It is based on label-selection. See https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#affinity-and-anti-affinity
authent.authMode string "openid" Defines authentication mode (i.e. "iam", "openid" or not defined)
authent.clearHashAfterLogin bool true Defines whether to clear the hash fragment in url after logging in
authent.clientId string "arlas-front" The client's id as registered with the auth server
authent.customQueryParams list [{"audience":"http://arlas.io/api/server"}] Custom query params
authent.disableAtHashCheck bool true This property has been introduced to disable at_hash checks and is indented for Identity Provider that does not deliver an at_hash EVEN THOUGH its recommended by the OIDC specs.
authent.forceConnect bool true When authentication is enabled, this option forces to be connected to Identity Provider at application bootstrap
authent.issuer string nil The issuer's uri
authent.logoutUrl string nil The logout URL to be used
authent.requireHttps bool false Defines whether https is required
authent.responseType string "code" Response type values
authent.scope string "profile"
authent.sessionChecksEnabled bool true If true, the app will try to check whether the user is still logged in on a regular basis as described
authent.showDebugInformation bool false Defines whether to display debug log in browser console
authent.silentRefreshTimeout string "1000" Timeout for silent refresh
authent.storage string "memorystorage" Defines the kind of storage: localstorage or sessionstorage
authent.threshold int 60000 Refresh token timer (arlas iam)
authent.timeoutFactor string "0.75" Defines when the token_timeout event should be raised. If you set this to the default value 0.75, the event s triggered after 75% of the token's life time.
authent.useAuthent bool true Defines whether to be authenticated to Identity Provider
authent.useDiscovery bool true Defines whether we use Identity Provider document discovery service
basemap.storageSize string "10Mi" Size of the directory containing the basemap files
configuration object {}
dashboardShortcut bool false Whether to display the dashboard shortcut icon
defaultStorageClass string "standard"
dnsDomain string "localhost" DNS domain hosting ARLAS
enableGeocoding bool false Enable or disable Geocoding feature
geocodingUrl string nil Geocoding find place URL
geocodingZoomTo int 11 Maximum zoom level for geocoding feature
googleAnalyticsKey string nil The Google Analytics key of the wui app
histogramsExportNbBuckets int 1000 Maximum number of buckets for the histogram export
histogramsMaxBucket int 200 Maximum number of buckets for the histogram graph
hitsExporterVersion float 2.2 Version number of the ARLAS Hits Exporter to use
links string " [ { \"name\":\"Dashboards\", \"url\":\"/hub/\", \"icon\":\"hub\", \"check_url\": \"/arlas/collections\", \"check_url_response_type\": \"text\" }, { \"name\": \"Archives\", \"url\": \"/fam-wui/\", \"icon\": \"collections\", \"check_url\": \"/fam/healthcheck\", \"check_url_response_type\": \"text\" } ]" List of links to be added in the left menu of the WUI. Each link must contain icon, url and name attributes.
logger.loggingConsoleLevel string "INFO" Default console logging level
logger.loggingLevel string "INFO" Default logging level
nodeSelector object {} Label-based selector, to control the nodes the pod(s) will run on. See https://kubernetes.io/docs/concepts/configuration/assign-pod-node/#nodeselector
protocol string "http"
replicaCount int 1 Number of desired pods
resources.limits.cpu float 0.1
resources.limits.memory string "50Mi"
resources.requests.cpu float 0.05
resources.requests.memory string "10Mi"
resultListEnableExport bool false Whether or not to enable result list export
resultListExportSize int 1000 Result list export size
services.airs.urlPrefix string "/airs"
services.aprocService.urlPrefix string "/aproc"
services.fam.urlPrefix string "/fam"
services.permissions.urlPrefix string "/permissions"
services.persistence.urlPrefix string "/persist"
services.server.urlPrefix string "/arlas"
tolerations list [] Pod-Tolerations & Nodes-Taints work together to allow nodes to repel certain kinds of pods. See https://kubernetes.io/docs/concepts/configuration/taint-and-toleration/
uis.builder.aboutConfigMapName string "arlas-builder-default-about-configmap"
uis.builder.advancedFeatures bool false
uis.builder.allowExternalNodeConfiguration bool true
uis.builder.extraContainers list []
uis.builder.extraEnv string nil
uis.builder.extraInitContainers string nil
uis.builder.extraVolumeMounts string nil
uis.builder.extraVolumes string nil
uis.builder.image string "gisaia/arlas-wui-builder:28.0.1"
uis.builder.imagePullSecrets list []
uis.builder.serviceName string "arlas-builder"
uis.builder.tabName string "ARLAS Studio"
uis.builder.terrain string "{ \"type\": \"raster-dem\", \"tiles\": [\"https://tiles.mapterhorn.com/{z}/{x}/{y}.webp\"], \"encoding\": terrarium, \"tileSize\": 512 }"
uis.builder.urlPrefix string "/builder/"
uis.colors.arlas.bg string "#ff4081"
uis.colors.handle.color string "#ff4081"
uis.containerSecurityContext.allowPrivilegeEscalation bool false
uis.famWui.archivePageSize int 10
uis.famWui.catalog string "main catalog"
uis.famWui.collectionName string "main"
uis.famWui.extraContainers list []
uis.famWui.extraEnv string nil
uis.famWui.extraInitContainers string nil
uis.famWui.extraVolumeMounts string nil
uis.famWui.extraVolumes string nil
uis.famWui.famDefaultURL string nil
uis.famWui.filePageSize int 50
uis.famWui.image string "gisaia/arlas-fam-wui:0.15.8"
uis.famWui.imagePullSecrets list []
uis.famWui.serviceName string "arlas-fam-wui"
uis.famWui.tabName string "ARLAS FAM Wui"
uis.famWui.urlPrefix string "/fam-wui" Extra environment variables for the arlas fam wui container
uis.hub.aboutConfigMapName string "arlas-hub-default-about-configmap"
uis.hub.extraContainers list []
uis.hub.extraEnv string nil
uis.hub.extraInitContainers string nil
uis.hub.extraVolumeMounts string nil
uis.hub.extraVolumes string nil
uis.hub.image string "gisaia/arlas-wui-hub:28.0.2"
uis.hub.imagePullSecrets list []
uis.hub.serviceName string "arlas-hub"
uis.hub.tabName string "ARLAS Hub"
uis.hub.urlPrefix string "/hub"
uis.podSecurityContext.fsGroup int 1000
uis.podSecurityContext.runAsNonRoot bool true
uis.podSecurityContext.runAsUser int 1000
uis.servicePort int 8080
uis.serviceType string "ClusterIP"
uis.wui.aboutAndTourConfigMapName string "arlas-default-about-and-tour-configmap"
uis.wui.basemapUrl string nil
uis.wui.extraContainers list []
uis.wui.extraEnv string nil
uis.wui.extraInitContainers string nil
uis.wui.extraVolumeMounts string nil
uis.wui.extraVolumes string nil
uis.wui.image string "gisaia/arlas-wui:28.0.3"
uis.wui.imagePullSecrets list []
uis.wui.serviceName string "arlas-wui"
uis.wui.tabName string "ARLAS Exploration"
uis.wui.urlPrefix string "/wui" Extra environment variables for the arlas wui container
uis.wui.whitelistedUrls[0] string "https://tiles.mapterhorn.com"

Autogenerated from chart metadata using helm-docs v1.14.2