Commit 7a970a7
authored
fix(http-add-on): use admin port for interceptor health probes (#817)
The interceptor's /livez and /readyz endpoints have moved from the
proxy port to the admin port.
Changes:
- Update livenessProbe port from proxy to admin
- Update readinessProbe port from proxy to admin
Signed-off-by: Vincent Link <vlink@redhat.com>1 parent 54497ae commit 7a970a7
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
| 113 | + | |
114 | 114 | | |
115 | 115 | | |
116 | 116 | | |
117 | | - | |
| 117 | + | |
118 | 118 | | |
119 | 119 | | |
120 | 120 | | |
| |||
0 commit comments