first app

parent edd6e747
apiVersion: v1
kind: Service
metadata:
name: first-app-service
spec:
type: LoadBalancer
selector:
app: firstapp
ports:
- protocol: TCP
port: 80
targetPort: nodejs-port
\ No newline at end of file
apiVersion: v1
kind: Pod
metadata:
name: first-app-pod
labels:
app: firstapp
spec:
containers:
- name: demo
image: eu.gcr.io/wdps-prj-terraform-e8b60c97/node:latest
ports:
- containerPort: 3000
name: nodejs-port
\ 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