mirror of https://github.com/k3s-io/k3s
14 lines
179 B
YAML
14 lines
179 B
YAML
![]() |
---
|
||
|
apiVersion: v1
|
||
|
kind: Service
|
||
|
metadata:
|
||
|
name: backend-srv
|
||
|
labels:
|
||
|
type: backend-type
|
||
|
spec:
|
||
|
ports:
|
||
|
- port: 5000
|
||
|
protocol: TCP
|
||
|
selector:
|
||
|
type: backend-type
|