19 lines
432 B
YAML
19 lines
432 B
YAML
#
|
|
# Fission chart configuration
|
|
#
|
|
|
|
## Kubernetes configuration
|
|
## For minikube, set this to NodePort, elsewhere use LoadBalancer
|
|
##
|
|
serviceType: LoadBalancer
|
|
|
|
## Fission image repostiroy
|
|
image: fission/fission-bundle
|
|
## Fission image version
|
|
imageTag: alpha20170124
|
|
|
|
## Port at which Fission controller service should be exposed
|
|
controllerPort: 31313
|
|
## Port at which Fission controller service should be exposed
|
|
routerPort: 31314
|