Files
lpt-infra/prod/service-lpt-be.yaml
T

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: 30082
protocol: TCP