diff options
| author | rootly <48964029+rootly-be@users.noreply.github.com> | 2024-08-21 07:40:44 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-08-21 08:40:44 +0300 |
| commit | 809a9bc35ad4b975dbd4eacc5c6aa8ab285b6d9a (patch) | |
| tree | 093b311a7eb7a88e8a7f797a4a4b495a9aa53514 /kubernetes/chrome-service.yaml | |
| parent | 485276e46caf51b6671a13cdd55f95342f12864b (diff) | |
| download | karakeep-809a9bc35ad4b975dbd4eacc5c6aa8ab285b6d9a.tar.zst | |
[docker] Adding chrome-service.yaml and adapt kustomization.yaml. Fixes #357 (#358)
Co-authored-by: rootly-be <gregorymichel@rootly.be>
Diffstat (limited to 'kubernetes/chrome-service.yaml')
| -rw-r--r-- | kubernetes/chrome-service.yaml | 12 |
1 files changed, 12 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 |
