32 lines
663 B
YAML
32 lines
663 B
YAML
kind: Service
|
|
apiVersion: v1
|
|
metadata:
|
|
name: doris-cluster-fe-service
|
|
namespace: zyly
|
|
labels:
|
|
app.kubernetes.io/component: doris-cluster-fe
|
|
spec:
|
|
ports:
|
|
- name: http-port
|
|
protocol: TCP
|
|
port: 8030
|
|
targetPort: 8030
|
|
nodePort: 31620
|
|
- name: rpc-port
|
|
protocol: TCP
|
|
port: 9020
|
|
targetPort: 9020
|
|
nodePort: 31621
|
|
- name: query-port
|
|
protocol: TCP
|
|
port: 9030
|
|
targetPort: 9030
|
|
nodePort: 31622
|
|
- name: edit-log-port
|
|
protocol: TCP
|
|
port: 9010
|
|
targetPort: 9010
|
|
nodePort: 31623
|
|
selector:
|
|
app.kubernetes.io/component: doris-cluster-fe
|
|
type: NodePort |