-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[PRO-6552] upgrade pro-api and pro-ui versions, deliver dashboards #532
Conversation
@endryhold подскажи, можем ли мы попобовать это тестово накатить в контуре партнера « Момрах»? |
charts/pro-api/values.yaml
Outdated
tag: 1.46.0 | ||
pullPolicy: IfNotPresent | ||
|
||
# @skip tasks.ingress.enabled If Ingress is enabled for the service |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
тут куча лишних скипов появилась
@Skip tasks блокирует добавление документации для всего вложенного целиком, если внутри мешается документация каждого параметра - давай её просто уберём совсем
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Убрал документацию.
0cf36da
to
16663b1
Compare
charts/pro-api/values.yaml
Outdated
tasks: | ||
|
||
image: | ||
repository: 2gis-on-premise/urbi-geo-tasks-api |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
А давайте мы не будем что-то называть как urbi?)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Да, прошу прощения, исправил на pro-tasks-api.
задача на проверку https://jira.2gis.ru/browse/ONPREM-1261 |
Breaking-Changes.md
Outdated
## [1.31.0] | ||
|
||
### pro-api | ||
- DB_CONNECTION_STRING renamed to Postgres__ConnectionString | ||
- DB_CONNECTION_STRING_READONLY renamed to Postgres__ConnectionStringReadonly | ||
- DB_CONNECTION_PWD renamed to Postgres__Password | ||
- pro-api: removed management TCP port 8090; liveness and readiness probes use TCP port 8080 | ||
- permissions-api: removed management TCP port 8091; liveness and readiness probes use TCP port 8081 | ||
|
||
## pro-ui | ||
- Using new UI based on dashboards | ||
- Using mapgl v1.51.1 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
это больше инфа для нас, такое можно в чейнжлоге ПРа писать, это не ломающие изменения
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Ты имеешь в виду часть про mapgl
?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
не, про все, это внутренние изменения, пользователь их даже не заметит
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Удалил.
charts/pro-api/values.yaml
Outdated
@@ -393,7 +466,7 @@ s3: | |||
resourcesBucket: '' | |||
|
|||
|
|||
# @section PostgreSQL settings | |||
# @section PostgreSQL settings (minimum supported version 15) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
это ломающее изменение, но в этой версии про вроде еще не используется функционал из 15 версии?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@v-loboda подскажи, пожалуйста, про постгрес 15.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Да, мы с ребятами уже говорили про обновление версии PG пару недель назад. На бою у нас уже 15, пока из 15 не используем ничего специфичного.
charts/pro-api/values.yaml
Outdated
apiReplicaCount: 2 | ||
workerReplicaCount: 2 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
минимильное количество реплик 2?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@v-loboda и про реплики тоже подскажи, пожалуйста.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
мы указываем рекомендуемые значения по-дефолту, минимальное 1
charts/pro-ui/README.md
Outdated
@@ -57,7 +57,7 @@ Use this Helm chart to deploy 2GIS Pro UI service, which is a part of 2GIS's [On | |||
| `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 link. Ex.: 'https://docs.urbi.ae/en/pro/start', 'https://docs.2gis.com/ru/pro/start' | `""` | | |||
| `ui.supportDocumentationLink` | Product online documentation link. Ex.: 'https://docs.urbi.ae/en/pro', 'https://docs.2gis.com/ru/pro' | `""` | |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Прошлая ссылка была правильной
Pull Request description
Changelog
Issues
Breaking changes
Check-list. Чек-лист код-ревью
helm lint charts/search-api