Skip to content

Commit

Permalink
Update ingress.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
akurilov authored May 30, 2024
1 parent 022d790 commit 6efd793
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions helm/webapp/templates/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ metadata:
nginx.ingress.kubernetes.io/ssl-redirect: "true"
nginx.ingress.kubernetes.io/force-ssl-redirect: "true"
nginx.ingress.kubernetes.io/configuration-snippet: |
more_set_headers "Cache-Control: no-cache";
more_set_headers "etag: 546b52f";
spec:
{{- if and .Values.ingress.className (semverCompare ">=1.18-0" .Capabilities.KubeVersion.GitVersion) }}
Expand Down

0 comments on commit 6efd793

Please sign in to comment.