You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
# 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
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?
The text was updated successfully, but these errors were encountered: