-
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
add chart for citylens-routes-api #495
base: develop
Are you sure you want to change the base?
Conversation
postgres: | ||
database: '' | ||
timeout: 15 | ||
commandTimeout: 30 | ||
maxPoolSize: 30 | ||
pooling: false |
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.
потерялись хосты, порты и т.д., и нужно переименовать по стайлгайду https://github.com/2gis/on-premise-helm-charts/blob/develop/styleguide.md#%D0%B8%D0%BC%D0%B5%D0%BD%D0%BE%D0%B2%D0%B0%D0%BD%D0%B8%D0%B5-%D0%BD%D0%B0%D1%81%D1%82%D1%80%D0%BE%D0%B5%D0%BA
postgres:
host: ''
port: 5432
name: ''
username: ''
password: ''
timeout: 15
commandTimeout: 30
maxPoolSize: 30
pooling: false
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.
Хосты порты и тд переиспользовали от Values
charts/citylens/values.yaml
Outdated
hangfire: | ||
database: '' | ||
timeout: 15 | ||
commandTimeout: 30 | ||
maxPoolSize: 30 | ||
pooling: false |
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.
тут лучше сразу обозначить, что будет использоваться постгрес
hangfire:
postgres:
host: ''
port: 5432
name: ''
username: ''
password: ''
timeout: 15
commandTimeout: 30
maxPoolSize: 30
pooling: false
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.
done
charts/citylens/values.yaml
Outdated
busConfig: | ||
brokers: [] | ||
securityInformation: | ||
saslUsername: '' | ||
saslPassword: '' | ||
saslMechanism: '' | ||
securityProtocol: '' | ||
consumers: | ||
appEvents: | ||
topic: '' | ||
groupId: '' | ||
bufferSize: 100 | ||
workersCount: 10 |
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.
done
…ens-routes-api # Conflicts: # charts/citylens/templates/helpers.tpl
Pull Request description
Привет! Это драфтовый ПР чтобы согласовать структуру чарта citylens-routes-api.