2018-02-07 11:54:49 +00:00
|
|
|
apiVersion: extensions/v1beta1
|
|
|
|
kind: Deployment
|
|
|
|
metadata:
|
|
|
|
annotations:
|
|
|
|
deployment.kubernetes.io/revision: "1"
|
|
|
|
labels:
|
|
|
|
run: scratch
|
|
|
|
name: scratch
|
|
|
|
spec:
|
|
|
|
replicas: 1
|
|
|
|
selector:
|
|
|
|
matchLabels:
|
|
|
|
run: scratch
|
|
|
|
strategy:
|
|
|
|
rollingUpdate:
|
|
|
|
maxSurge: 1
|
|
|
|
maxUnavailable: 1
|
|
|
|
type: RollingUpdate
|
|
|
|
template:
|
|
|
|
metadata:
|
|
|
|
creationTimestamp: null
|
|
|
|
labels:
|
|
|
|
run: scratch
|
|
|
|
spec:
|
2018-02-07 11:56:12 +00:00
|
|
|
containers: {}
|
2018-02-07 11:54:49 +00:00
|
|
|
dnsPolicy: ClusterFirst
|
|
|
|
restartPolicy: Always
|
|
|
|
schedulerName: default-scheduler
|
|
|
|
securityContext: {}
|
|
|
|
terminationGracePeriodSeconds: 30
|