From 809a9bc35ad4b975dbd4eacc5c6aa8ab285b6d9a Mon Sep 17 00:00:00 2001 From: rootly <48964029+rootly-be@users.noreply.github.com> Date: Wed, 21 Aug 2024 07:40:44 +0200 Subject: [docker] Adding chrome-service.yaml and adapt kustomization.yaml. Fixes #357 (#358) Co-authored-by: rootly-be --- kubernetes/chrome-service.yaml | 12 ++++++++++++ kubernetes/kustomization.yaml | 1 + 2 files changed, 13 insertions(+) create mode 100644 kubernetes/chrome-service.yaml 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 -- cgit v1.2.3-70-g09d2