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:
Martyn 2024-10-03 14:38:04 +00:00
parent 9d2713e554
commit 08ff8ef916
1 changed files with 1 additions and 3 deletions

View File

@ -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