no versions in metadata please, and we have a pvc, so no rolling
Signed-off-by: Martyn Ranyard <m@rtyn.berlin>
This commit is contained in:
parent
9d2713e554
commit
08ff8ef916
|
@ -1,8 +1,6 @@
|
||||||
apiVersion: apps/v1
|
apiVersion: apps/v1
|
||||||
kind: Deployment
|
kind: Deployment
|
||||||
metadata:
|
metadata:
|
||||||
annotations:
|
|
||||||
deployment.kubernetes.io/revision: "2"
|
|
||||||
labels:
|
labels:
|
||||||
app: debian
|
app: debian
|
||||||
name: debian
|
name: debian
|
||||||
|
@ -18,7 +16,7 @@ spec:
|
||||||
rollingUpdate:
|
rollingUpdate:
|
||||||
maxSurge: 25%
|
maxSurge: 25%
|
||||||
maxUnavailable: 25%
|
maxUnavailable: 25%
|
||||||
type: RollingUpdate
|
type: Recreate
|
||||||
template:
|
template:
|
||||||
metadata:
|
metadata:
|
||||||
creationTimestamp: null
|
creationTimestamp: null
|
||||||
|
|
Loading…
Reference in New Issue