diff --git a/kubernetes/infrastructure/prometheus/app/deployment.yaml b/kubernetes/infrastructure/prometheus/app/deployment.yaml index cd3fa46..8d018f9 100644 --- a/kubernetes/infrastructure/prometheus/app/deployment.yaml +++ b/kubernetes/infrastructure/prometheus/app/deployment.yaml @@ -6,7 +6,9 @@ metadata: labels: app: prometheus spec: - replicas: 1 + strategy: + rollingUpdate: null + type: Recreate selector: matchLabels: app: prometheus