You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
18 lines
326 B
18 lines
326 B
1 month ago
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: conversation-rpc-service
|
||
|
spec:
|
||
|
selector:
|
||
|
app: conversation-rpc-server
|
||
|
ports:
|
||
|
- name: http-10220
|
||
|
protocol: TCP
|
||
|
port: 10220
|
||
|
targetPort: 10220
|
||
|
- name: prometheus-12220
|
||
|
protocol: TCP
|
||
|
port: 12220
|
||
|
targetPort: 12220
|
||
|
type: ClusterIP
|