Commit bc79f46a authored by Simon Cornet's avatar Simon Cornet
Browse files

[deployment] feat: improved favicon health check

parent f562897c
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -33,7 +33,7 @@ spec:
            initialDelaySeconds: 5
            periodSeconds: 5
            httpGet:
              path: '/fav/favicon-16x16.png'
              path: '/favicon.ico'
              port: 80
              httpHeaders:
                - name: 'Host'
@@ -43,7 +43,7 @@ spec:
            initialDelaySeconds: 10
            periodSeconds: 5
            httpGet:
              path: '/fav/favicon-16x16.png'
              path: '/favicon.ico'
              port: 80
              httpHeaders:
                - name: 'Host'