Commit 11a684fe authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: hc path

parent 6ea58bef
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -32,14 +32,14 @@ spec:
            initialDelaySeconds: 5
            periodSeconds: 5
            httpGet:
              path: "/favicon.png"
              path: "/assets/images/favicon.png"
              port: 8000

          livenessProbe:
            initialDelaySeconds: 10
            periodSeconds: 5
            httpGet:
              path: "/favicon.png"
              path: "/assets/images/favicon.png"
              port: 8000

          ports: