Commit 8d731132 authored by Waleed Naeem's avatar Waleed Naeem

Update service.yml

parent 0835cb45
apiVersion: v1 apiVersion: v1
kind: Service kind: Service
metadata: metadata:
creationTimestamp: null name: frontend
labels:
app: frontend
name: frontend
spec: spec:
ports: type: LoadBalancer
- name: 3000-3000 ports:
nodePort: 30000 port: 80
port: 3000 targetPort: 80
protocol: TCP nodePort: 31730
targetPort: 3000 selector:
selector: app: frontend
app: frontend \ No newline at end of file
type: NodePort
status:
loadBalancer: {}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment