Skip to content

Commit 4fe7991

Browse files
authored
Speed up ci testing by skipping startupProbe in store-gateway (#563)
Signed-off-by: Friedrich Gonzalez <[email protected]>
1 parent 91d0553 commit 4fe7991

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

ci/test-configmap-values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -137,6 +137,7 @@ ruler:
137137
- name: tmp-test
138138
mountPath: /tmp-test
139139
store_gateway:
140+
startupProbe: null
140141
replicas: 1
141142
extraVolumes:
142143
- name: tmp-test

ci/test-deployment-values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ ruler:
144144
- name: tmp-test
145145
mountPath: /tmp-test
146146
store_gateway:
147+
startupProbe: null
147148
replicas: 1
148149
extraVolumes:
149150
- name: tmp-test

ci/test-sts-values.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,7 @@ ruler:
135135
- name: tmp-test
136136
mountPath: /tmp-test
137137
store_gateway:
138+
startupProbe: null
138139
replicas: 1
139140
extraVolumes:
140141
- name: tmp-test

0 commit comments

Comments
 (0)