diff --git a/charts/victoria-metrics-cluster/tests/__snapshot__/vmauth_test.yaml.snap b/charts/victoria-metrics-cluster/tests/__snapshot__/vmauth_test.yaml.snap index 533cdc19c..027659ccc 100644 --- a/charts/victoria-metrics-cluster/tests/__snapshot__/vmauth_test.yaml.snap +++ b/charts/victoria-metrics-cluster/tests/__snapshot__/vmauth_test.yaml.snap @@ -49,13 +49,13 @@ deployment should match snapshot: - containerPort: 8427 name: http readinessProbe: - failureThreshold: 3 + failureThreshold: 10 httpGet: path: /health port: http scheme: HTTP initialDelaySeconds: 5 - periodSeconds: 15 + periodSeconds: 5 timeoutSeconds: 5 volumeMounts: - mountPath: /config @@ -118,13 +118,13 @@ deployment should match snapshot with fullnameOverride, extraLabels and podLabel - containerPort: 8427 name: http readinessProbe: - failureThreshold: 3 + failureThreshold: 10 httpGet: path: /health port: http scheme: HTTP initialDelaySeconds: 5 - periodSeconds: 15 + periodSeconds: 5 timeoutSeconds: 5 volumeMounts: - mountPath: /config diff --git a/charts/victoria-metrics-cluster/tests/__snapshot__/vminsert_test.yaml.snap b/charts/victoria-metrics-cluster/tests/__snapshot__/vminsert_test.yaml.snap index af012c047..9ae5c7a6f 100644 --- a/charts/victoria-metrics-cluster/tests/__snapshot__/vminsert_test.yaml.snap +++ b/charts/victoria-metrics-cluster/tests/__snapshot__/vminsert_test.yaml.snap @@ -50,13 +50,13 @@ deployment should match snapshot: - containerPort: 8480 name: http readinessProbe: - failureThreshold: 3 + failureThreshold: 10 httpGet: path: /health port: http scheme: HTTP initialDelaySeconds: 5 - periodSeconds: 15 + periodSeconds: 5 timeoutSeconds: 5 serviceAccountName: RELEASE-NAME-victoria-metrics-cluster deployment should match snapshot with fullnameOverride, extraLabels and podLabels: @@ -113,12 +113,12 @@ deployment should match snapshot with fullnameOverride, extraLabels and podLabel - containerPort: 8480 name: http readinessProbe: - failureThreshold: 3 + failureThreshold: 10 httpGet: path: /health port: http scheme: HTTP initialDelaySeconds: 5 - periodSeconds: 15 + periodSeconds: 5 timeoutSeconds: 5 serviceAccountName: RELEASE-NAME-victoria-metrics-cluster diff --git a/charts/victoria-metrics-cluster/tests/__snapshot__/vmselect_test.yaml.snap b/charts/victoria-metrics-cluster/tests/__snapshot__/vmselect_test.yaml.snap index ce2e0e62e..3caa54048 100644 --- a/charts/victoria-metrics-cluster/tests/__snapshot__/vmselect_test.yaml.snap +++ b/charts/victoria-metrics-cluster/tests/__snapshot__/vmselect_test.yaml.snap @@ -51,13 +51,13 @@ deployment should match snapshot: - containerPort: 8481 name: http readinessProbe: - failureThreshold: 3 + failureThreshold: 10 httpGet: path: /health port: http scheme: HTTP initialDelaySeconds: 5 - periodSeconds: 15 + periodSeconds: 5 timeoutSeconds: 5 securityContext: {} volumeMounts: @@ -123,13 +123,13 @@ deployment should match snapshot with fullnameOverride, extraLabels and podLabel - containerPort: 8481 name: http readinessProbe: - failureThreshold: 3 + failureThreshold: 10 httpGet: path: /health port: http scheme: HTTP initialDelaySeconds: 5 - periodSeconds: 15 + periodSeconds: 5 timeoutSeconds: 5 securityContext: {} volumeMounts: @@ -197,13 +197,13 @@ statefulset should match snapshot: - containerPort: 8481 name: http readinessProbe: - failureThreshold: 3 + failureThreshold: 10 httpGet: path: /health port: http scheme: HTTP initialDelaySeconds: 5 - periodSeconds: 15 + periodSeconds: 5 timeoutSeconds: 5 securityContext: {} volumeMounts: @@ -273,13 +273,13 @@ statefulset should match snapshot with fullnameOverride, extraLabels and podLabe - containerPort: 8481 name: http readinessProbe: - failureThreshold: 3 + failureThreshold: 10 httpGet: path: /health port: http scheme: HTTP initialDelaySeconds: 5 - periodSeconds: 15 + periodSeconds: 5 timeoutSeconds: 5 securityContext: {} volumeMounts: diff --git a/charts/victoria-metrics-cluster/tests/__snapshot__/vmstorage_test.yaml.snap b/charts/victoria-metrics-cluster/tests/__snapshot__/vmstorage_test.yaml.snap index f8f2a54af..8bbe5a128 100644 --- a/charts/victoria-metrics-cluster/tests/__snapshot__/vmstorage_test.yaml.snap +++ b/charts/victoria-metrics-cluster/tests/__snapshot__/vmstorage_test.yaml.snap @@ -55,15 +55,6 @@ statefulset should match snapshot: name: vminsert - containerPort: 8401 name: vmselect - readinessProbe: - failureThreshold: 3 - httpGet: - path: /health - port: http - scheme: HTTP - initialDelaySeconds: 5 - periodSeconds: 15 - timeoutSeconds: 5 volumeMounts: - mountPath: /storage name: vmstorage-volume @@ -139,15 +130,6 @@ statefulset should match snapshot with fullnameOverride, extraLabels and podLabe name: vminsert - containerPort: 8401 name: vmselect - readinessProbe: - failureThreshold: 3 - httpGet: - path: /health - port: http - scheme: HTTP - initialDelaySeconds: 5 - periodSeconds: 15 - timeoutSeconds: 5 volumeMounts: - mountPath: /storage name: vmstorage-volume