-
Notifications
You must be signed in to change notification settings - Fork 25
Define a persistentVolume for internal database #90
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
Define a persistentVolume for internal database #90
Conversation
| # tag must be received as a parameter | ||
| pullPolicy: IfNotPresent | ||
| deployment: | ||
| internalDatabasePath: /var/code-annotation |
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.
If there's no env variable that will inform that this may change beyond the default, I would not give the possibility of overriding it and I would hardcode it in the deployment yaml template
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.
I think this bfa612c is what you're looking for... isn't it?
|
You're right, thanks for spotting it @rporres |
bzz
left a comment
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.
LGTM
bfa612c to
ce89db0
Compare
This PR only prepares the volume where the sqlite should be
scped (the app will be prepared in a separated PR)As I was talking with @rporres we're not still supporting Postgresql in staging but sqlite.
After this PR is merged, it will be needed to push a sqlite bd into the volume as described by https://github.com/src-d/issues-infrastructure/issues/129