Añadimos deployments

parent d079f299
apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: first-app-deployment
spec:
replicas: 3
template:
metadata:
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