Skip to content

Migrate share to use cos-common library#100

Open
olehavramenko wants to merge 1 commit intoCenterForOpenScience:masterfrom
olehavramenko:feat/add-share
Open

Migrate share to use cos-common library#100
olehavramenko wants to merge 1 commit intoCenterForOpenScience:masterfrom
olehavramenko:feat/add-share

Conversation

@olehavramenko
Copy link
Collaborator

No description provided.

Copy link
Member

@mfraezz mfraezz left a comment

Choose a reason for hiding this comment

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

A few drive-by comments, waiting to do a full pass until our sync tomorrow, as you mentioned having some questions.

## ------- Postgresql
postgresql:
enabled: true
enabled: true # if you enable, please remember to look up in the values file other components: "If Postgres enabled"
Copy link
Member

Choose a reason for hiding this comment

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

Prefer to default to false. Both existing SHARE deploys talk to a DB deployed elsewhere. This dependency could be removed.

Suggested change
enabled: true # if you enable, please remember to look up in the values file other components: "If Postgres enabled"
enabled: false # if you enable, please remember to look up in the values file other components: "If Postgres enabled"

## ------- Rabbitmq
rabbitmq:
enabled: true
enabled: true # if you enable, please remember to look up in the values file other components: "If RabbitMq enabled"
Copy link
Member

Choose a reason for hiding this comment

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

Prefer to default to false. Both existing SHARE deploys talk to a rabbit deployed separately. This dependency could be removed.

Suggested change
enabled: true # if you enable, please remember to look up in the values file other components: "If RabbitMq enabled"
enabled: false # if you enable, please remember to look up in the values file other components: "If RabbitMq enabled"


## ------- Elasticsearch
elasticsearch:
enabled: true
Copy link
Member

Choose a reason for hiding this comment

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

Prefer to default to false. Both existing SHARE deploys talk to an elastic cluster deployed separately. This dependency could be removed.

Suggested change
enabled: true
enabled: false

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