Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Missing chrome-service.yaml in kubernetes #357

Closed
rootly-be opened this issue Aug 20, 2024 · 2 comments
Closed

Missing chrome-service.yaml in kubernetes #357

rootly-be opened this issue Aug 20, 2024 · 2 comments

Comments

@rootly-be
Copy link
Contributor

rootly-be commented Aug 20, 2024

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

@MohamedBassem
Copy link
Collaborator

Oh good catch. Would you be interested in sending a PR with the fix? :)

@rootly-be
Copy link
Contributor Author

Oh good catch. Would you be interested in sending a PR with the fix? :)

Sure, i will do

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants