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
|
||||
kind: Deployment
|
||||
metadata:
|
||||
annotations:
|
||||
deployment.kubernetes.io/revision: "2"
|
||||
labels:
|
||||
app: debian
|
||||
name: debian
|
||||
|
@ -18,7 +16,7 @@ spec:
|
|||
rollingUpdate:
|
||||
maxSurge: 25%
|
||||
maxUnavailable: 25%
|
||||
type: RollingUpdate
|
||||
type: Recreate
|
||||
template:
|
||||
metadata:
|
||||
creationTimestamp: null
|
||||
|
|
Loading…
Reference in New Issue