Add resources values to ui and controller (#95)

This commit is contained in:
Naseem 2019-08-16 12:36:37 -04:00 committed by Alex Collins
parent 8d281b387e
commit 77e638f55d
4 changed files with 7 additions and 1 deletions

View file

@ -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/