Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
BeryJu authored and rissson committed Sep 13, 2023
1 parent db12a46 commit 9faeb47
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion charts/authentik/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -180,10 +180,12 @@ redis:
| startupProbe.httpGet.path | string | `"/-/health/live/"` | liveness probe url path |
| startupProbe.httpGet.port | string | `"http"` | |
| startupProbe.periodSeconds | int | `5` | |
| strategy | object | `{}` | server deployment strategy |
| tolerations | list | `[]` | |
| volumeMounts | list | `[]` | |
| volumes | list | `[]` | |
| worker.containerSecurityContext | object | `{}` | server containerSecurityContext |
| worker.containerSecurityContext | object | `{}` | worker containerSecurityContext |
| worker.priorityClassName | string | `nil` | Custom priority class for different treatment by the scheduler |
| worker.replicas | int | `1` | worker replicas |
| worker.securityContext | object | `{}` | worker securityContext |
| worker.strategy | object | `{}` | worker strategy |

0 comments on commit 9faeb47

Please sign in to comment.