diff --git a/docker-compose.yml b/docker-compose.yml index a9a6aba8b..fe33b30bd 100644 --- a/docker-compose.yml +++ b/docker-compose.yml @@ -62,7 +62,7 @@ services: networks: - internal labels: - - traefik.frontend.rule=PathPrefix:/static, /robots.txt + - traefik.frontend.rule=PathPrefix:/static, /robots.txt, /favicon.ico - traefik.port=80 - traefik.docker.network=internal traefik: diff --git a/helm/templates/ingress.yaml b/helm/templates/ingress.yaml index c5b31dcb1..2f6aefc2e 100644 --- a/helm/templates/ingress.yaml +++ b/helm/templates/ingress.yaml @@ -41,5 +41,9 @@ spec: backend: serviceName: {{ $fullName }}-static servicePort: http + - path: /favicon.ico + backend: + serviceName: {{ $fullName }}-static + servicePort: http {{- end }} {{- end }}