13 lines
197 B
YAML
13 lines
197 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: matrix-application-2
|
|
spec:
|
|
ports:
|
|
- port: 5000
|
|
protocol: TCP
|
|
targetPort: 5000
|
|
selector:
|
|
app: matrix-application-2
|
|
type: ClusterIP
|