feat(api): disable Caching

Signed-off-by: rjshrjndrn <rjshrjndrn@gmail.com>
This commit is contained in:
rjshrjndrn 2023-09-19 18:13:40 +02:00
parent ebeedae502
commit 644da8999a

View file

@ -9,6 +9,9 @@ metadata:
labels:
{{- include "chalice.labels" . | nindent 4 }}
annotations:
nginx.ingress.kubernetes.io/configuration-snippet: |
add_header Cache-Control "no-store,no-cache";
add_header Pragma "no-cache";
nginx.ingress.kubernetes.io/rewrite-target: /$1
{{- with .Values.ingress.annotations }}
{{- toYaml . | nindent 4 }}