diff --git a/templates/geoserver/geoserver-deployment.yaml b/templates/geoserver/geoserver-deployment.yaml index 0fa9011..06a5a05 100644 --- a/templates/geoserver/geoserver-deployment.yaml +++ b/templates/geoserver/geoserver-deployment.yaml @@ -14,8 +14,6 @@ metadata: app.kubernetes.io/component: {{ include "georchestra.fullname" . }}-geoserver spec: replicas: {{ $webapp.replicaCount }} - strategy: - type: Recreate selector: matchLabels: {{- include "georchestra.selectorLabels" . | nindent 6 }}