23 lines
447 B
YAML
23 lines
447 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: apolo-nakama
|
|
namespace: apolo
|
|
labels:
|
|
app.kubernetes.io/name: apolo-nakama
|
|
app.kubernetes.io/part-of: apolo
|
|
app.kubernetes.io/component: nakama
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app.kubernetes.io/name: apolo-nakama
|
|
ports:
|
|
- name: http
|
|
port: 7350
|
|
targetPort: 7350
|
|
protocol: TCP
|
|
- name: grpc
|
|
port: 7351
|
|
targetPort: 7351
|
|
protocol: TCP
|