You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello !
Awesome app, just installed it on my k8s cluster with Kustomize deploy, very easy.
I think it's just missing the service yaml file for chrome in the kubernetes folder of this repo because craw link didn't work.
Hello !
Awesome app, just installed it on my k8s cluster with Kustomize deploy, very easy.
I think it's just missing the service yaml file for chrome in the kubernetes folder of this repo because craw link didn't work.
Just add and apply this and works finally fine :
apiVersion: v1
kind: Service
metadata:
name: chrome
namespace: hoarder # default
spec:
selector:
app: chrome
ports:
- protocol: TCP
port: 9222
targetPort: 9222
type: ClusterIP
The text was updated successfully, but these errors were encountered: