Improvement
This commit is contained in:
parent
4e1543818f
commit
931a977c50
16
no.yaml
16
no.yaml
@ -7,14 +7,14 @@ metadata:
|
|||||||
run: scratch
|
run: scratch
|
||||||
name: scratch
|
name: scratch
|
||||||
spec:
|
spec:
|
||||||
replicas: 1
|
replicas: 0
|
||||||
selector:
|
selector:
|
||||||
matchLabels:
|
matchLabels:
|
||||||
run: scratch
|
run: scratch
|
||||||
strategy:
|
strategy:
|
||||||
rollingUpdate:
|
rollingUpdate:
|
||||||
maxSurge: 1
|
maxSurge: 0
|
||||||
maxUnavailable: 1
|
maxUnavailable: 65535
|
||||||
type: RollingUpdate
|
type: RollingUpdate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
@ -22,8 +22,14 @@ spec:
|
|||||||
labels:
|
labels:
|
||||||
run: scratch
|
run: scratch
|
||||||
spec:
|
spec:
|
||||||
containers: {}
|
containers:
|
||||||
dnsPolicy: ClusterFirst
|
- image: scratch
|
||||||
|
imagePullPolicy: Always
|
||||||
|
name: scratch
|
||||||
|
resources: {}
|
||||||
|
terminationMessagePath: /dev/termination-log
|
||||||
|
terminationMessagePolicy: File
|
||||||
|
dnsPolicy: Default
|
||||||
restartPolicy: Always
|
restartPolicy: Always
|
||||||
schedulerName: default-scheduler
|
schedulerName: default-scheduler
|
||||||
securityContext: {}
|
securityContext: {}
|
||||||
|
Loading…
Reference in New Issue
Block a user