2019-05-23 03:07:41 +00:00
|
|
|
apiVersion: apps/v1
|
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
name: nginx-deployment
|
2019-06-13 19:01:03 +00:00
|
|
|
creationTimestamp:
|
2019-05-23 03:07:41 +00:00
|
|
|
labels:
|
|
|
|
app: nginx
|
|
|
|
spec:
|
|
|
|
replicas: 1
|
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
app: nginx
|
|
|
|
template:
|
|
|
|
metadata:
|
2019-06-13 19:01:03 +00:00
|
|
|
creationTimestamp:
|
2019-05-23 03:07:41 +00:00
|
|
|
labels:
|
|
|
|
app: nginx
|
|
|
|
spec:
|
|
|
|
containers:
|
|
|
|
- name: nginx
|
|
|
|
image: nginx:latest
|
|
|
|
ports:
|
|
|
|
- containerPort: 80
|
2019-06-13 19:01:03 +00:00
|
|
|
resources: {}
|
2019-07-01 19:16:12 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
2019-05-23 03:07:41 +00:00
|
|
|
- name: ghost
|
|
|
|
image: ghost:latest
|
2019-06-13 19:01:03 +00:00
|
|
|
resources: {}
|
2019-07-01 19:16:12 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
2019-06-13 19:01:03 +00:00
|
|
|
strategy: {}
|
|
|
|
status: {}
|