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