16 lines
266 B
YAML
16 lines
266 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: nxtgauge-users
|
|
namespace: nxtgauge
|
|
labels:
|
|
app: nxtgauge-users
|
|
spec:
|
|
type: ClusterIP
|
|
selector:
|
|
app: nxtgauge-users
|
|
ports:
|
|
- name: grpc
|
|
port: 50052
|
|
targetPort: 50052
|
|
protocol: TCP
|