Commit 7c9873b
authored
fix(registry): change readiness and liveness probe to httpGet /v2 (#720)
#### What this PR does / why we need it
There are lot of error logging and noise in the registry deployment due
to TLS errors on the probes
- changing the Liveness and Readiness probes `httpGet` on `/v2` path to
avoid TLS handshake errors
Additionally there are noises from OTEL metrics (enabled by default in
registry) but they can be overridden with env via values
```yaml
- name: OTEL_TRACES_EXPORTER
value: none
```
This is a very small fix and may not fit into v2 controllers but until
then it would be nice to get this fix in.
Signed-off-by: abhijith-darshan <[email protected]>1 parent ca46af8 commit 7c9873b
1 file changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
| 37 | + | |
| 38 | + | |
38 | 39 | | |
| 40 | + | |
39 | 41 | | |
40 | 42 | | |
41 | 43 | | |
42 | 44 | | |
43 | 45 | | |
44 | 46 | | |
45 | | - | |
| 47 | + | |
| 48 | + | |
46 | 49 | | |
| 50 | + | |
47 | 51 | | |
48 | 52 | | |
49 | 53 | | |
| |||
0 commit comments