-
Notifications
You must be signed in to change notification settings - Fork 87
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
Respect service type and make clusterIP default #257
Conversation
Update documentation with this change litmuschaos/litmus-helm#257. Add more details about connecting via NodePort and ClusterIP
Update documentation with this change litmuschaos/litmus-helm#257. Add more details about connecting via NodePort and ClusterIP Signed-off-by: Jasstkn <[email protected]>
@Jasstkn thanks a lot for a quick turn around, really appreciate it! Ingress.yaml already has a rule for backend server service as well. |
I'll take a look into that too, thanks |
/run-e2e-all
Test Failed: Some tests are failed please check |
@imrajdas hi. could you take a look into this PR please? |
@Jasstkn thank you for these changes, but I see some breaking changes in server-svc.yaml (this file belongs to backend server service and not graphql (mongo) service: Can you please check following list:
Appreciate the efforts! |
it's not really a breaking-breaking change but it makes sense to manage service type per actual service. This change updates the general logic. You can see graphql's ports in the service template as well. |
@Jasstkn I see, yes this perfectly makes sense to have use separate fields for each service type. I was confused if there is any use of portal.server.service.type anymore. So yes, not a breaking change, we will update our values.yaml accordingly. |
FYI: I'll write additional documentation about upgrade process to the README later today. |
c86536c
to
0261653
Compare
@imrajdas @ispeakc0de hi folks. Could you review this MR? I added upgrade notes as it's good practice to have some docs for users so they know how to upgrade their chart. |
4c484ff
to
1bfd654
Compare
Signed-off-by: Jasstkn <[email protected]>
Signed-off-by: Jasstkn <[email protected]>
Signed-off-by: Jasstkn <[email protected]>
Signed-off-by: Jasstkn <[email protected]>
07dfa37
to
0975cb6
Compare
Signed-off-by: Jasstkn <[email protected]>
0975cb6
to
44d3eb1
Compare
@Jonsy13 hey! thanks for approving it. could you help me with merging this PR and update for docs: litmuschaos/litmus-docs#199? |
@Jasstkn - Circleci checks are pending. Can you update this PR? |
Hi @Jasstkn Should i merge this PR? |
merging this one. thanks! fyi: docs PR is also updated. |
* Update installation documentation Update documentation with this change litmuschaos/litmus-helm#257. Add more details about connecting via NodePort and ClusterIP Signed-off-by: Jasstkn <[email protected]> * Fix docs Signed-off-by: Maria Kotlyarevskaya <[email protected]> Signed-off-by: Jasstkn <[email protected]> Signed-off-by: Maria Kotlyarevskaya <[email protected]>
Signed-off-by: Jasstkn [email protected]
What this PR does / why we need it:
Which issue this PR fixes
(optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close that issue when PR gets merged)Special notes for your reviewer:
see also PR with documentation update: litmuschaos/litmus-docs#199
Checklist
[Place an '[x]' (no spaces) in all applicable fields. Please remove unrelated fields.]