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 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 kubernetes/chrome-service.yaml (limited to '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 -- cgit v1.2.3-70-g09d2