[GH-ISSUE #357] Missing chrome-service.yaml in kubernetes #232

Closed
opened 2026-03-02 11:47:51 +03:00 by kerem · 2 comments
Owner

Originally created by @rootly-be on GitHub (Aug 20, 2024).
Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/357

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

Originally created by @rootly-be on GitHub (Aug 20, 2024). Original GitHub issue: https://github.com/karakeep-app/karakeep/issues/357 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
kerem closed this issue 2026-03-02 11:47:51 +03:00
Author
Owner

@MohamedBassem commented on GitHub (Aug 20, 2024):

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

<!-- gh-comment-id:2299767480 --> @MohamedBassem commented on GitHub (Aug 20, 2024): Oh good catch. Would you be interested in sending a PR with the fix? :)
Author
Owner

@rootly-be commented on GitHub (Aug 20, 2024):

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

Sure, i will do

<!-- gh-comment-id:2299770692 --> @rootly-be commented on GitHub (Aug 20, 2024): > Oh good catch. Would you be interested in sending a PR with the fix? :) Sure, i will do
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/karakeep#232
No description provided.