Skip to content

Commit

Permalink
Merge pull request lsst-sqre#3919 from lsst-sqre/tickets/DM-47593
Browse files Browse the repository at this point in the history
DM-47593: Enable Gafaelfawr caching for Butler server
  • Loading branch information
dhirving authored Dec 2, 2024
2 parents 6353977 + 03f04ca commit 6621a8c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions applications/butler/templates/ingress-authenticated.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ metadata:
labels:
{{- include "butler.labels" . | nindent 4 }}
config:
# The Butler server often services large numbers of small requests,
# so this cache reduces the load on Gafaelfawr.
authCacheDuration: 5m
baseUrl: {{ .Values.global.baseUrl | quote }}
scopes:
all:
Expand Down

0 comments on commit 6621a8c

Please sign in to comment.