aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrootly <48964029+rootly-be@users.noreply.github.com>2024-08-21 07:40:44 +0200
committerGitHub <noreply@github.com>2024-08-21 08:40:44 +0300
commit809a9bc35ad4b975dbd4eacc5c6aa8ab285b6d9a (patch)
tree093b311a7eb7a88e8a7f797a4a4b495a9aa53514
parent485276e46caf51b6671a13cdd55f95342f12864b (diff)
downloadkarakeep-809a9bc35ad4b975dbd4eacc5c6aa8ab285b6d9a.tar.zst
[docker] Adding chrome-service.yaml and adapt kustomization.yaml. Fixes #357 (#358)
Co-authored-by: rootly-be <gregorymichel@rootly.be>
-rw-r--r--kubernetes/chrome-service.yaml12
-rw-r--r--kubernetes/kustomization.yaml1
2 files changed, 13 insertions, 0 deletions
diff --git a/kubernetes/chrome-service.yaml b/kubernetes/chrome-service.yaml
new file mode 100644
index 00000000..57df61af
--- /dev/null
+++ b/kubernetes/chrome-service.yaml
@@ -0,0 +1,12 @@
+apiVersion: v1
+kind: Service
+metadata:
+ name: chrome
+spec:
+ selector:
+ app: chrome
+ ports:
+ - protocol: TCP
+ port: 9222
+ targetPort: 9222
+ type: ClusterIP \ No newline at end of file
diff --git a/kubernetes/kustomization.yaml b/kubernetes/kustomization.yaml
index 4155f71f..44a51b5d 100644
--- a/kubernetes/kustomization.yaml
+++ b/kubernetes/kustomization.yaml
@@ -15,6 +15,7 @@ resources:
- redis-deployment.yaml
- redis-service.yaml
- chrome-deployment.yaml
+- chrome-service.yaml
- meilisearch-deployment.yaml
- meilisearch-service.yaml
- workers-deployment.yaml