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

when frontend-loader is down, nginx should remain up and keep serving files from www #76

Open
w-le opened this issue Nov 7, 2022 · 1 comment
Assignees

Comments

@w-le
Copy link
Contributor

w-le commented Nov 7, 2022

when frontend-loader is down, nginx should remain up and keep serving files from www

this ensure that there is not a complete frontend outage whenever frontend-loader is down (as nginx would still be up).

should be just a matter of removing a dependency line from the nginx container?

@viv-4
Copy link
Contributor

viv-4 commented Nov 9, 2022

Have been thinking about this and discussing with Steve

One solution is to not run the nginx container in the frontend pod, like is done for gcp:

# httpDeployment if httpSidecar=false use a seperate Deployment to serve static html using the variables in httpDeployment. Also see persistentVolume.accessModes

Another is frontend-loader is now stateless and so can run multiple pods, this helps if one of the frontend-loaders has issues, though it seems likely if one does all will, need more testing on 1.2211.1

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