Commit c0a57c32 authored by Amena's avatar Amena

Update webapp.yaml

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