Skip to content

Commit fbccaaa

Browse files
committed
chore: update readme
1 parent 68d8e23 commit fbccaaa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

charts/tinyauth/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ The simplest way to protect your apps with a login screen.
3333
| ingress.hosts[0].paths[0].path | string | `"/"` | |
3434
| ingress.hosts[0].paths[0].pathType | string | `"ImplementationSpecific"` | |
3535
| ingress.tls | list | `[]` | |
36-
| livenessProbe.httpGet.path | string | `"/api/health"` | |
36+
| livenessProbe.httpGet.path | string | `"/api/healthz"` | |
3737
| livenessProbe.httpGet.port | string | `"http"` | |
3838
| nameOverride | string | `""` | |
3939
| nodeSelector | object | `{}` | |
@@ -46,7 +46,7 @@ The simplest way to protect your apps with a login screen.
4646
| podAnnotations | object | `{}` | |
4747
| podLabels | object | `{}` | |
4848
| podSecurityContext | object | `{}` | |
49-
| readinessProbe.httpGet.path | string | `"/api/health"` | |
49+
| readinessProbe.httpGet.path | string | `"/api/healthz"` | |
5050
| readinessProbe.httpGet.port | string | `"http"` | |
5151
| replicaCount | int | `1` | |
5252
| resources | object | `{}` | |

0 commit comments

Comments
 (0)