You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+9
Original file line number
Diff line number
Diff line change
@@ -128,6 +128,7 @@ Each [`Authorino`](https://github.com/Kuadrant/authorino-operator/tree/main/conf
128
128
| listener |[Listener](#listener)| Specification of the authorization service (gRPC interface). | Required |
129
129
| oidcServer |[OIDCServer](#oidcserver)| Specification of the OIDC service. | Required |
130
130
| metrics |[Metrics](#metrics)| Configuration of the metrics server (port, level). | Optional |
131
+
| healthz |[Healthz](#healthz)| Configuration of the health/readiness probe (port). | Optional |
131
132
| volumes |[VolumesSpec](#volumesspec)| Additional volumes to be mounted in the Authorino pods. | Optional |
132
133
133
134
#### Listener
@@ -177,6 +178,14 @@ Configuration of the metrics server.
177
178
| port | Integer | Port number of the metrics server. | Default: `8080`|
178
179
| deep | Boolean | Enable/disable metrics at the level of each evaluator config (if requested in the [`AuthConfig`](https://github.com/Kuadrant/authorino/blob/main/docs/user-guides/metrics.md)) exported by the metrics server. | Default: `false`|
179
180
181
+
#### Healthz
182
+
183
+
Configuration of the health/readiness probe (port).
0 commit comments