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
|
|
@ -178,6 +178,14 @@ dex:
|
|||
##
|
||||
env: []
|
||||
|
||||
## Annotations to be added to the Dex server pods
|
||||
##
|
||||
podAnnotations: {}
|
||||
|
||||
## Labels to be added to the Dex server pods
|
||||
##
|
||||
podLabels: {}
|
||||
|
||||
serviceAccount:
|
||||
create: true
|
||||
name: argocd-dex-server
|
||||
|
|
@ -239,6 +247,14 @@ redis:
|
|||
##
|
||||
env: []
|
||||
|
||||
## Annotations to be added to the Redis server pods
|
||||
##
|
||||
podAnnotations: {}
|
||||
|
||||
## Labels to be added to the Redis server pods
|
||||
##
|
||||
podLabels: {}
|
||||
|
||||
## Node selectors and tolerations for server scheduling to nodes with taints
|
||||
## Ref: https://kubernetes.io/docs/concepts/configuration/assign-pod-node/
|
||||
##
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue