Files
fission-src/charts/fission/values.yaml
T
Sanket SudakeandSoam Vasani 99d6a95bc1 Helm chart for fission (#90)
Helm Chart for Fission.  See NOTES.txt for usage.
2017-02-12 00:13:24 -08:00

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