Commit c0a57c32 authored by Amena's avatar Amena

Update webapp.yaml

parent 4b2d6454
apiVersion: v1
kind: Service
kind: Pod
metadata:
name: nodeapp
labels:
app: faces-ui
name: faces-ui
namespace: dev-ns
app: nodeapp
spec:
ports:
- port: 8081
protocol: TCP
targetPort: 8081
selector:
app: faces-ui
sessionAffinity: None
type: ClusterIP
\ No newline at end of file
containers:
- name: nodeapp
image: nginx
ports:
- containerPort: 8080
\ No newline at end of file
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