Disable caching of index.html in s3gw-ui via ingress #732
Labels
area/kubernetes
k8s and related
kind/enhancement
Change that positively impacts existing code
triage/waiting
Waiting for triage
The ingress we deploy for the s3gw-ui should add custom headers to disable caching of
index.html
. This way the file will always be loaded from the server which ensures that changes to the assets (e.g. JS files hashed by Angular) are applied. Otherwise, changes to the s3gw-ui might not be visible to the user because the SPA is not updated as it is cached by the browser.Necessary headers for
index.html
:The text was updated successfully, but these errors were encountered: