1
0
mirror of https://gitlab.com/MisterBiggs/hello-world-nginx.git synced 2025-07-28 09:01:33 +00:00
Files
hello-world-nginx/hello-world-nginx-deploy.yaml
tariqislam@google.com 6435d66e7c adding image
2018-07-30 15:31:06 +00:00

14 lines
308 B
YAML

apiVersion: extensions/v1beta1
kind: Deployment
metadata:
name: hello-world-nginx-deployment
spec:
replicas: 3
template:
metadata:
labels:
app: hello-world-nginx
spec:
containers:
- name: hello-world-nginx
image: gcr.io/gcp-demo-200100/hello-world-nginx:latest