Support for labels & annotations for dex & redis (#257)
This commit is contained in:
parent
b3fa82df77
commit
39f08b4a29
5 changed files with 40 additions and 2 deletions
|
|
@ -226,6 +226,8 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
|
|||
| dex.name | Dex name | `"dex-server"` |
|
||||
| dex.env | Environment variables for the Dex server. | `[]` |
|
||||
| dex.nodeSelector | Dex node selector https://kubernetes.io/docs/user-guide/node-selection/ | `{}` |
|
||||
| dex.podAnnotations | Annotations for the Dex server pods | `{}` |
|
||||
| dex.podLabels | Labels for the Dex server pods | `{}` |
|
||||
| dex.priorityClassName | Priority class for dex | `""` |
|
||||
| dex.resources | Resource limits and requests for dex | `{}` |
|
||||
| dex.serviceAccount.create | Create dex service account | `true` |
|
||||
|
|
@ -249,6 +251,8 @@ Helm v3 has removed the `install-crds` hook so CRDs are now populated by files i
|
|||
| redis.name | Redis name | `"redis"` |
|
||||
| redis.env | Environment variables for the Redis server. | `[]` |
|
||||
| redis.nodeSelector | Redis node selector https://kubernetes.io/docs/user-guide/node-selection/ | `{}` |
|
||||
| redis.podAnnotations | Annotations for the Redis server pods | `{}` |
|
||||
| redis.podLabels | Labels for the Redis server pods | `{}` |
|
||||
| redis.priorityClassName | Priority class for redis | `""` |
|
||||
| redis.resources | Resource limits and requests for redis | `{}` |
|
||||
| redis.servicePort | Redis service port | `6379` |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue