File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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 | ` {} ` | |
You can’t perform that action at this time.
0 commit comments