File tree 6 files changed +12
-12
lines changed
6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -126,12 +126,12 @@ spec:
126
126
securityContext : {{ toYaml .Values.coder.securityContext | nindent 12 }}
127
127
readinessProbe :
128
128
httpGet :
129
- path : /api/v2/buildinfo
129
+ path : /healthz
130
130
port : " http"
131
131
scheme : " HTTP"
132
132
livenessProbe :
133
133
httpGet :
134
- path : /api/v2/buildinfo
134
+ path : /healthz
135
135
port : " http"
136
136
scheme : " HTTP"
137
137
{{- include "coder.volumeMounts" . | nindent 10 }}
Original file line number Diff line number Diff line change @@ -173,12 +173,12 @@ spec:
173
173
type: RuntimeDefault
174
174
readinessProbe:
175
175
httpGet:
176
- path: /api/v2/buildinfo
176
+ path: /healthz
177
177
port: "http"
178
178
scheme: "HTTP"
179
179
livenessProbe:
180
180
httpGet:
181
- path: /api/v2/buildinfo
181
+ path: /healthz
182
182
port: "http"
183
183
scheme: "HTTP"
184
184
volumeMounts: []
Original file line number Diff line number Diff line change @@ -179,12 +179,12 @@ spec:
179
179
type: RuntimeDefault
180
180
readinessProbe:
181
181
httpGet:
182
- path: /api/v2/buildinfo
182
+ path: /healthz
183
183
port: "http"
184
184
scheme: "HTTP"
185
185
livenessProbe:
186
186
httpGet:
187
- path: /api/v2/buildinfo
187
+ path: /healthz
188
188
port: "http"
189
189
scheme: "HTTP"
190
190
volumeMounts: []
Original file line number Diff line number Diff line change @@ -173,12 +173,12 @@ spec:
173
173
type: RuntimeDefault
174
174
readinessProbe:
175
175
httpGet:
176
- path: /api/v2/buildinfo
176
+ path: /healthz
177
177
port: "http"
178
178
scheme: "HTTP"
179
179
livenessProbe:
180
180
httpGet:
181
- path: /api/v2/buildinfo
181
+ path: /healthz
182
182
port: "http"
183
183
scheme: "HTTP"
184
184
volumeMounts: []
Original file line number Diff line number Diff line change @@ -188,12 +188,12 @@ spec:
188
188
type: RuntimeDefault
189
189
readinessProbe:
190
190
httpGet:
191
- path: /api/v2/buildinfo
191
+ path: /healthz
192
192
port: "http"
193
193
scheme: "HTTP"
194
194
livenessProbe:
195
195
httpGet:
196
- path: /api/v2/buildinfo
196
+ path: /healthz
197
197
port: "http"
198
198
scheme: "HTTP"
199
199
volumeMounts:
Original file line number Diff line number Diff line change @@ -181,12 +181,12 @@ spec:
181
181
type: RuntimeDefault
182
182
readinessProbe:
183
183
httpGet:
184
- path: /api/v2/buildinfo
184
+ path: /healthz
185
185
port: "http"
186
186
scheme: "HTTP"
187
187
livenessProbe:
188
188
httpGet:
189
- path: /api/v2/buildinfo
189
+ path: /healthz
190
190
port: "http"
191
191
scheme: "HTTP"
192
192
volumeMounts: []
You can’t perform that action at this time.
0 commit comments