Skip to content

Commit

Permalink
updated snapshots
Browse files Browse the repository at this point in the history
  • Loading branch information
AndrewChubatiuk committed Jan 8, 2025
1 parent 4b44175 commit 2d2a2f0
Show file tree
Hide file tree
Showing 4 changed files with 16 additions and 34 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 2d2a2f0

Please sign in to comment.