Skip to content
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

Draft
wants to merge 19 commits into
base: develop
Choose a base branch
from
Draft

Conversation

vsafin-bit
Copy link
Collaborator

Pull Request description

Привет! Это драфтовый ПР чтобы согласовать структуру чарта citylens-routes-api.

Comment on lines +927 to +932
postgres:
database: ''
timeout: 15
commandTimeout: 30
maxPoolSize: 30
pooling: false
Copy link
Contributor

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Хосты порты и тд переиспользовали от Values

Comment on lines 934 to 939
hangfire:
database: ''
timeout: 15
commandTimeout: 30
maxPoolSize: 30
pooling: false
Copy link
Contributor

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

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Comment on lines 1020 to 1032
busConfig:
brokers: []
securityInformation:
saslUsername: ''
saslPassword: ''
saslMechanism: ''
securityProtocol: ''
consumers:
appEvents:
topic: ''
groupId: ''
bufferSize: 100
workersCount: 10
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

done

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants