diff --git a/charts/cloud-registry/templates/cloud-registry-deploy.yaml b/charts/cloud-registry/templates/cloud-registry-deploy.yaml index 7748ba3..ac33eee 100644 --- a/charts/cloud-registry/templates/cloud-registry-deploy.yaml +++ b/charts/cloud-registry/templates/cloud-registry-deploy.yaml @@ -10,9 +10,6 @@ spec: matchLabels: app: {{ .Values.cloud_registry.appName }} strategy: - rollingUpdate: - maxSurge: 25% - maxUnavailable: 25% type: Recreate template: metadata: diff --git a/charts/cloud-registry/templates/mongo-deploy.yaml b/charts/cloud-registry/templates/mongo-deploy.yaml index 78e06be..8f5c247 100644 --- a/charts/cloud-registry/templates/mongo-deploy.yaml +++ b/charts/cloud-registry/templates/mongo-deploy.yaml @@ -10,9 +10,6 @@ spec: matchLabels: app: mongodb-{{ .Values.cloud_registry.appName }} strategy: - rollingUpdate: - maxSurge: 25% - maxUnavailable: 25% type: Recreate template: metadata: