-
Notifications
You must be signed in to change notification settings - Fork 21
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
console-api Helm chart #311
Conversation
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.
looking at console-api templates I don't really understand how it would be different from any upcoming services. Basically if it console-api-
prefix is replaces with some var - it would fit most of the cases. Let me know if I'm missing anything pls
- name: console-api-{{ .Values.global.environment }} | ||
image: "{{ .Values.image.repository }}:{{ .Values.image.tag }}" | ||
imagePullPolicy: {{ .Values.image.pullPolicy }} | ||
command: ["node", "dist/server.js"] |
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.
this is set in docker and would be hard to debug if this changes.
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.
OK I'll try a different approach
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.
@ygrishajev I've made a number of changes, would you please take another look, thanks
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.
Thanks a bunch for the changes! Looks much more reusable 💪 Looking forward to test this
Co-authored-by: Iaroslav Gryshaiev <[email protected]>
Co-authored-by: Iaroslav Gryshaiev <[email protected]>
Did another complete revision, will reopen |
No description provided.