Skip to content

Instantly share code, notes, and snippets.

@congd123
Created March 22, 2020 13:54
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save congd123/ad966aa1fda0bacc6a7f3fa0c155b1c2 to your computer and use it in GitHub Desktop.
Save congd123/ad966aa1fda0bacc6a7f3fa0c155b1c2 to your computer and use it in GitHub Desktop.
Service object for jobManager
apiVersion: v1
kind: Service
metadata:
name: jobmanager
spec:
type: NodePort
ports:
- name: rpc
port: 6123
- name: blob
port: 6124
- name: query
port: 6125
- name: ui
port: 8081
selector:
app: flink
component: master
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment