-
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
VRP solver & task-manager #595
base: develop
Are you sure you want to change the base?
Conversation
# @section Kubernetes [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) settings | ||
|
||
# @param ingress.enabled If Ingress is enabled for the service. | ||
# @param ingress.hosts[0].host Hostname for the Ingress service. | ||
|
||
ingress: | ||
enabled: false | ||
hosts: | ||
- host: vrp-solver.host |
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.
# @section Kubernetes [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) settings | |
# @param ingress.enabled If Ingress is enabled for the service. | |
# @param ingress.hosts[0].host Hostname for the Ingress service. | |
ingress: | |
enabled: false | |
hosts: | |
- host: vrp-solver.host | |
# @section Kubernetes [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) settings | |
# @param ingress.className Name of the Ingress controller class | |
# @param ingress.enabled If Ingress is enabled for the service | |
# @param ingress.hosts[0].host Hostname for the Ingress service | |
# @param ingress.hosts[0].paths[0].path Path of the host for the Ingress service | |
# @param ingress.hosts[0].paths[0].pathType Type of the path for the Ingress service | |
# @param ingress.tls TLS configuration | |
ingress: | |
className: nginx | |
enabled: false | |
hosts: | |
- host: navi-vrp-solver.example.com | |
paths: | |
- path: / | |
pathType: Prefix | |
tls: [] | |
# - hosts: | |
# - navi-vrp-solver.example.com | |
# secretName: secret.tls |
# @param image.pullPolicy Pull Policy | ||
|
||
image: | ||
repository: 2gis-on-premise/vrp-solver |
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.
repository: 2gis-on-premise/vrp-solver | |
repository: 2gis-on-premise/navi-vrp-solver |
# @param image.pullPolicy Pull Policy | ||
|
||
image: | ||
repository: 2gis-on-premise/vrp-task-manager |
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.
repository: 2gis-on-premise/vrp-task-manager | |
repository: 2gis-on-premise/navi-vrp-task-manager |
# @section Kubernetes [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) settings | ||
|
||
# @param ingress.enabled If Ingress is enabled for the service. | ||
# @param ingress.hosts[0].host Hostname for the Ingress service. | ||
|
||
ingress: | ||
enabled: false | ||
hosts: | ||
- host: vrp-task-manager.host |
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.
# @section Kubernetes [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) settings | |
# @param ingress.enabled If Ingress is enabled for the service. | |
# @param ingress.hosts[0].host Hostname for the Ingress service. | |
ingress: | |
enabled: false | |
hosts: | |
- host: vrp-task-manager.host | |
# @section Kubernetes [Ingress](https://kubernetes.io/docs/concepts/services-networking/ingress/) settings | |
# @param ingress.className Name of the Ingress controller class | |
# @param ingress.enabled If Ingress is enabled for the service | |
# @param ingress.hosts[0].host Hostname for the Ingress service | |
# @param ingress.hosts[0].paths[0].path Path of the host for the Ingress service | |
# @param ingress.hosts[0].paths[0].pathType Type of the path for the Ingress service | |
# @param ingress.tls TLS configuration | |
ingress: | |
className: nginx | |
enabled: false | |
hosts: | |
- host: navi-vrp-task-manager.example.com | |
paths: | |
- path: / | |
pathType: Prefix | |
tls: [] | |
# - hosts: | |
# - navi-vrp-task-manager.example.com | |
# secretName: secret.tls |
name: dm | ||
user: dbuser |
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.
name: dm | |
user: dbuser | |
name: '' | |
user: '' |
задача на проверку https://jira.2gis.ru/browse/ONPREM-1465 |
Pull Request description
Changelog
Issues
Breaking changes
internal documentation for VRP/TSP available:
https://confluence.2gis.ru/pages/viewpage.action?pageId=389323516
Check-list. Чек-лист код-ревью
helm lint charts/search-api