17 lines
244 B
YAML
17 lines
244 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: lpt-be
|
|
namespace: lpt-prod
|
|
labels:
|
|
app: lpt-be
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: lpt-be
|
|
ports:
|
|
- port: 8888
|
|
targetPort: 8888
|
|
nodePort: 30182
|
|
protocol: TCP
|