Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theosanderson authored May 10, 2024
1 parent 0e4bb4c commit e87aad0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kubernetes/loculus/templates/ingressroute.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ kind: Ingress
metadata:
name: loculus-website-ingress
annotations:
traefik.ingress.kubernetes.io/router.middlewares: "compression-middleware@kubernetescrd"
traefik.ingress.kubernetes.io/router.middlewares: "{{ $.Release.Namespace }}-compression-middleware@kubernetescrd"
spec:
rules:
- host: "{{ .Values.host }}"
Expand Down

0 comments on commit e87aad0

Please sign in to comment.