-
Notifications
You must be signed in to change notification settings - Fork 10
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
fix: helm deployment #81
fix: helm deployment #81
Conversation
- feat: added new application.properties to deployment.yaml,values.yaml and their README's - feat: splitted NOTES text to 'local' and 'internet' after deployment with ingress enabled - feat: added edc.controlplane.data.path to values.yaml's and to deployment.yaml
d7c413e
to
bc57885
Compare
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.
Please check the checkboxes in the "Pre-review checks" section of your pull request section if you have done it.
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.
Good progress.
- Please update the pullPolicies for ALL images in helm
- Make the Frontend talk to the Backend out of the box using default values.
- Get the ingress running locally
- Harmonize backend application properties.
I also noted that the ENDPOINT_MATERIAL in Frontend is not resolved. I guess the env variable is ENDPOINT_MATERIALS
…n values,fixed backendBaseUrl
a70581c
to
2a1ad72
Compare
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.
Local Deployment via Install.md has some issues. I already scheduled a meeting to go through a few of the comments. Please check all beforehand :)
…oyable Signed-off-by: Pascal Marzec <[email protected]>
b490486
to
179fdff
Compare
Signed-off-by: Pascal Marzec <[email protected]>
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.
KICS found more than 10 potential problems in the proposed changes. Check the Files changed tab for more details.
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.
Great work, fix typos please
…ackend-deployment.yaml Signed-off-by: Pascal Marzec <[email protected]>
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've faced one issue that led to a backend pod error loop as a constraint was violated in the initial setup. Please adjust default data for edc config.
… to 8181/8184 Signed-off-by: Pascal Marzec <[email protected]>
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.
KICS found more than 20 potential problems in the proposed changes. Check the Files changed tab for more details.
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.
fixed things meanwhile. Took over responsibility.
7eeb128
into
eclipse-tractusx:main
Description
This PR adds the new application.properties to the associated values.yaml and deployment.yaml of the helm charts. Additionally it splits the deployment message into "local deployment" and "internet deployment"
Resolves #87 ,#85 ,#68
Creates #110
Pre-review checks
Please ensure to do as many of the following checks as possible, before asking for committer review: