17 lines
240 B
YAML
17 lines
240 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: lpt-fe
|
|
namespace: lpt-prod
|
|
labels:
|
|
app: lpt-fe
|
|
spec:
|
|
type: NodePort
|
|
selector:
|
|
app: lpt-fe
|
|
ports:
|
|
- port: 80
|
|
targetPort: 80
|
|
nodePort: 30180
|
|
protocol: TCP
|