diff --git a/services/quality/sonarqube-deployment.yaml b/services/quality/sonarqube-deployment.yaml index 37a2d892..255453eb 100644 --- a/services/quality/sonarqube-deployment.yaml +++ b/services/quality/sonarqube-deployment.yaml @@ -8,6 +8,8 @@ metadata: app: sonarqube spec: replicas: 1 + strategy: + type: Recreate selector: matchLabels: app: sonarqube