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

Ci: Product Helm chart should return information on installation #47

Closed
tom-rm-meyer-ISST opened this issue Sep 28, 2023 · 1 comment
Closed
Assignees

Comments

@tom-rm-meyer-ISST
Copy link
Contributor

Problem

When running the frontend or backend helm chart, I get a note on how to get the IPs of the service like:

$ helm install puris-frontend -n puris --create-namespace .
NAME: puris-frontend
LAST DEPLOYED: Wed Sep 27 23:17:28 2023
NAMESPACE: puris
STATUS: deployed
REVISION: 1
NOTES:

  1. Get the application URL by running these commands:
    export NODE_PORT=$(kubectl get --namespace puris -o jsonpath="{.spec.ports[0].nodePort}" services puris-frontend)
    export NODE_IP=$(kubectl get nodes --namespace puris -o jsonpath="{.items[0].status.addresses[0].address}")
    echo http://$NODE_IP:$NODE_PORT

When running the product helm chart nothing comes up

Solution

Please implement the following features:

  • frontend and backend chart: mention that this only works if ingress is enabled
  • product helm chart: add these notes for both, the frontend and the backend

validate that it works

@tom-rm-meyer-ISST tom-rm-meyer-ISST changed the title Product Helm chart should return information on ips Product Helm chart should return information on installation Sep 28, 2023
@tom-rm-meyer-ISST tom-rm-meyer-ISST changed the title Product Helm chart should return information on installation Ci: Product Helm chart should return information on installation Oct 31, 2023
@tom-rm-meyer-ISST
Copy link
Contributor Author

solved by #60

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

No branches or pull requests

2 participants