diff --git a/helm/templates/frontend-nginx-configmap.yaml b/helm/templates/frontend-nginx-configmap.yaml index 15dbb01..7ae74dd 100644 --- a/helm/templates/frontend-nginx-configmap.yaml +++ b/helm/templates/frontend-nginx-configmap.yaml @@ -33,9 +33,5 @@ data: index index.html; listen 8000; server_name _; - - location = /favicon.ico { - return 204; - } } }