Skip to content

Commit

Permalink
use compression middleware for keycloak (#1852)
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored May 10, 2024
1 parent c271749 commit 1662ac2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kubernetes/loculus/templates/ingressroute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,8 @@ apiVersion: networking.k8s.io/v1
kind: Ingress
metadata:
name: loculus-keycloak-ingress
annotations:
traefik.ingress.kubernetes.io/router.middlewares: "{{ $.Release.Namespace }}-compression-middleware@kubernetescrd"
spec:
rules:
- host: "{{ $keycloakHost }}"
Expand Down

0 comments on commit 1662ac2

Please sign in to comment.