Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion changelogs/citylens/CITYLENS-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,3 @@ citylens-routes-ui
+ citylens-routes-ui:1.3.2

```

1 change: 0 additions & 1 deletion changelogs/core/CORE-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,3 @@ license
+ license:2.4.1

```

1 change: 0 additions & 1 deletion changelogs/evergis/EVERGIS-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,3 @@ gis-platform
+ zookeeper:3.7.0-debian-10-r265

```

1 change: 0 additions & 1 deletion changelogs/platform/PLATFORM-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,4 +120,3 @@ twins-api
+ twins-api:1.20.0

```

1 change: 0 additions & 1 deletion changelogs/pro/PRO-CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,4 +34,3 @@ pro-ui
+ pro-ui:4.27.0

```

2 changes: 1 addition & 1 deletion charts/pro-api/templates/deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -358,4 +358,4 @@ spec:
secretKeyRef:
key: ecommercePassword
name: {{ include "pro-api.name" . }}-secret
{{- end }}
{{- end }}
2 changes: 1 addition & 1 deletion charts/pro-api/templates/secrets.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,4 +49,4 @@ data:
{{ end }}
{{ if .Values.ecommerce.password }}
ecommercePassword: {{ .Values.ecommerce.password | b64enc }}
{{ end }}
{{ end }}
8 changes: 4 additions & 4 deletions charts/pro-ui/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,10 +54,10 @@ Use this Helm chart to deploy 2GIS Pro UI service, which is a part of 2GIS's [On
| Name | Description | Value |
| ----------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ---------------------- |
| `ui.healthcheckPath` | Application http path for health check | `/api/healthcheck/app` |
| `ui.appTheme` | Branding inside the app. Possible values: `"2gis"` or `"urbi"`. | `urbi` |
| `ui.appLocale` | Language in the app. Possible values: `"ar_AE"`, `"en_AE"` or `"ru_RU"`. | `en_AE` |
| `ui.appInitialMapCenter` | Default map coordinates, it contains of two numbers in an array: [lng, lat] (e.g., [55.27, 25.2] stands for Dubai, [37.64, 55.74] — for Moscow). | `[46.71, 24.72]` |
| `ui.supportDocumentationLink` | Product online documentation root link. Ex.: 'https://docs.urbi.ae/en/pro', 'https://docs.2gis.com/ru/pro' | `""` |
| `ui.appTheme` | Branding inside the app. Possible values: `"2gis"` or `"urbi"`. | `2gis` |
| `ui.appLocale` | Language in the app. Possible values: `"ar_AE"`, `"en_AE"` or `"ru_RU"`. | `ru_RU` |
| `ui.appInitialMapCenter` | Default map coordinates, it contains of two numbers in an array: [lng, lat] (e.g., [55.27, 25.2] stands for Dubai, [37.64, 55.74] — for Moscow). | `[37.64, 55.74]` |
| `ui.supportDocumentationLink` | Product online documentation root link. Ex.: 'https://docs.2gis.com/pro/overview', 'https://docs.urbi.ae/pro/overview'. | `""` |
| `ui.immersiveModels` | A string value for config to enabling 3D-models. Possible values: [{"id":4,"name":"Ground","mapOptions":{"center":[53.287567,23.564967],"styleZoom":19.2,"pitch":45,"rotation":0},"objects":[{"buildingIds":[],"coords":[53.284762,23.569323],"scale":90,"rotateX":0.5,"rotateY":0,"moveX":0,"moveY":0,"moveZ":0,"models":[{"path":"/static/models/adnoc/ground.glb","name":"Ground","displayName":"Ground"}]}]}] | `""` |
| `ui.publicS3Url` | Optional URL of public S3 where style data will be placed. Example: https://s3.domain.example.com/ | `""` |
| `ui.auth.sso` | Flag to turn on/off the authorization. Possible values: `"true"` or `"false"`. | `false` |
Expand Down
2 changes: 1 addition & 1 deletion charts/pro-ui/templates/_env.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@
- name: S3_WHITE_LABEL_BUCKET
value: {{ .Values.ui.whiteLabel.s3Bucket | quote }}
- name: WHITE_LABEL_CONFIG_URL
value: {{ .Values.ui.whiteLabel.configUrl | default "/static/theme/urbi.json" | quote }}
value: {{ .Values.ui.whiteLabel.configUrl | default "/static/theme/pro.json" | quote }}
- name: ZENITH_HOST
value: {{ .Values.ui.zenith.host | quote }}
- name: ZENITH_TILE_SET
Expand Down
8 changes: 4 additions & 4 deletions charts/pro-ui/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,16 +70,16 @@ ui:
# @param ui.appTheme Branding inside the app. Possible values: `"2gis"` or `"urbi"`.
# @param ui.appLocale Language in the app. Possible values: `"ar_AE"`, `"en_AE"` or `"ru_RU"`.
# @param ui.appInitialMapCenter Default map coordinates, it contains of two numbers in an array: [lng, lat] (e.g., [55.27, 25.2] stands for Dubai, [37.64, 55.74] — for Moscow).
# @param ui.supportDocumentationLink Product online documentation root link. Ex.: 'https://docs.urbi.ae/en/pro', 'https://docs.2gis.com/ru/pro'
# @param ui.supportDocumentationLink Product online documentation root link. Ex.: 'https://docs.2gis.com/pro/overview', 'https://docs.urbi.ae/pro/overview'.
# @param ui.immersiveModels A string value for config to enabling 3D-models. Possible values: [{"id":4,"name":"Ground","mapOptions":{"center":[53.287567,23.564967],"styleZoom":19.2,"pitch":45,"rotation":0},"objects":[{"buildingIds":[],"coords":[53.284762,23.569323],"scale":90,"rotateX":0.5,"rotateY":0,"moveX":0,"moveY":0,"moveZ":0,"models":[{"path":"/static/models/adnoc/ground.glb","name":"Ground","displayName":"Ground"}]}]}]
# @param ui.publicS3Url Optional URL of public S3 where style data will be placed. Example: https://s3.domain.example.com/

healthcheckPath: /api/healthcheck/app
logLevel: error
isOnPremise: true
appTheme: urbi
appLocale: en_AE
appInitialMapCenter: '[46.71, 24.72]'
appTheme: 2gis
appLocale: ru_RU
appInitialMapCenter: '[37.64, 55.74]'
supportDocumentationLink: ''
immersiveModels: ''
publicS3Url: ''
Expand Down