2019-08-30 07:22:37 +00:00
|
|
|
apiVersion: apps/v1
|
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
2019-08-30 21:06:47 +00:00
|
|
|
creationTimestamp:
|
2019-08-30 07:22:37 +00:00
|
|
|
labels:
|
|
|
|
app: nginxlatest
|
2019-08-30 21:06:47 +00:00
|
|
|
name: nginx-deployment
|
2019-08-30 07:22:37 +00:00
|
|
|
spec:
|
|
|
|
replicas: 1
|
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
app: nginxlatest
|
2019-08-30 21:06:47 +00:00
|
|
|
strategy: {}
|
2019-08-30 07:22:37 +00:00
|
|
|
template:
|
|
|
|
metadata:
|
2019-08-30 21:06:47 +00:00
|
|
|
creationTimestamp:
|
2019-08-30 07:22:37 +00:00
|
|
|
labels:
|
|
|
|
app: nginxlatest
|
|
|
|
spec:
|
|
|
|
containers:
|
2019-08-30 21:06:47 +00:00
|
|
|
- image: nginx:latest
|
2019-08-30 07:22:37 +00:00
|
|
|
imagePullPolicy: IfNotPresent
|
2019-08-30 21:06:47 +00:00
|
|
|
name: nginx
|
|
|
|
resources: {}
|
|
|
|
status: {}
|