Commit 6ea58bef authored by Simon Cornet's avatar Simon Cornet
Browse files

fix: point hc to png

parent 345fe1f7
Loading
Loading
Loading
Loading
+2 −8
Original line number Diff line number Diff line
@@ -32,21 +32,15 @@ spec:
            initialDelaySeconds: 5
            periodSeconds: 5
            httpGet:
              path: "/favicon.ico"
              path: "/favicon.png"
              port: 8000
              httpHeaders:
                - name: "Host"
                  value: "docs.simoncor.net"

          livenessProbe:
            initialDelaySeconds: 10
            periodSeconds: 5
            httpGet:
              path: "/favicon.ico"
              path: "/favicon.png"
              port: 8000
              httpHeaders:
                - name: "Host"
                  value: "docs.simoncor.net"

          ports:
            - containerPort: 8000