diff options
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 |
