Merge pull request #344 from 3dwardch3ng/infra/prometheus

use recreate strategy for prometheus
This commit is contained in:
2024-06-26 17:20:37 +10:00
committed by GitHub

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