12 lines
174 B
YAML
12 lines
174 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: nodejs-app
|
|
namespace: apps
|
|
spec:
|
|
selector:
|
|
app: nodejs-app
|
|
ports:
|
|
- port: 80
|
|
targetPort: 3000
|
|
type: ClusterIP |