8e5b17cf13
Signed-off-by: Mrunal Patel <mrunalp@gmail.com>
14 lines
No EOL
194 B
YAML
14 lines
No EOL
194 B
YAML
apiVersion: v1
|
|
kind: Service
|
|
metadata:
|
|
name: web
|
|
labels:
|
|
name: web
|
|
spec:
|
|
type: LoadBalancer
|
|
ports:
|
|
- port: 80
|
|
targetPort: 3000
|
|
protocol: TCP
|
|
selector:
|
|
name: web |