This PR adds an ingress definition when one runs on K8s with options to enable/disable both the ingress and https. Also fixed link on the README.md file.
Type of change
Please delete options that are not relevant.
[ ] New feature (non-breaking change which adds functionality)
[x] I have commented my code, particularly in hard-to-understand areas
[x] My changes generate no new warnings
[ ] I have added tests that prove my fix is effective or that my feature works
[ ] New and existing unit tests pass locally with my changes
[x] I have not reduced the existing code coverage
[ ] I have added docstrings following the Python style guidelines of this project to all new modules, classes, methods and functions are documented with docstrings following; I have updated any previously existing docstrings, if applicable
[x] I have updated any sections of the app's documentation that are affected by the proposed changes, if applicable
Description
This PR adds an ingress definition when one runs on K8s with options to enable/disable both the ingress and https. Also fixed link on the README.md file.
Type of change
Please delete options that are not relevant.
Checklist: