use recreate strategy for prometheus

This commit is contained in:
2024-06-26 17:20:01 +10:00
parent a882d2b296
commit 6278918f62

View File

@@ -6,7 +6,9 @@ metadata:
labels: labels:
app: prometheus app: prometheus
spec: spec:
replicas: 1 strategy:
rollingUpdate: null
type: Recreate
selector: selector:
matchLabels: matchLabels:
app: prometheus app: prometheus