Add resources values to ui and controller (#95)
This commit is contained in:
parent
8d281b387e
commit
77e638f55d
4 changed files with 7 additions and 1 deletions
|
|
@ -56,6 +56,7 @@ controller:
|
|||
# Source ranges to allow access to service from. Only applies to
|
||||
# service type `LoadBalancer`
|
||||
loadBalancerSourceRanges: []
|
||||
resources: {}
|
||||
|
||||
executor:
|
||||
image:
|
||||
|
|
@ -83,6 +84,7 @@ ui:
|
|||
# Source ranges to allow access to service from. Only applies to
|
||||
# service type `LoadBalancer`
|
||||
loadBalancerSourceRanges: []
|
||||
resources: {}
|
||||
|
||||
## Ingress configuration.
|
||||
## ref: https://kubernetes.io/docs/user-guide/ingress/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue