Files
fission-src/test/benchmark/assets/envs/python_bjoern/env.yaml
T
xiekeyangandTa-Ching Chen 6123873d2a Add gevent based Python server to benchmark test cases (#794)
This add the benchmark test cases, which is using gevent based on wsgi
framework.
2018-08-01 21:22:03 +08:00

21 lines
338 B
YAML

apiVersion: fission.io/v1
kind: Environment
metadata:
name: python
namespace: default
spec:
version: 2
poolsize: 3
TerminationGracePeriod: 5
resources:
limits:
cpu: 300m
memory: 256Mi
requests:
cpu: 300m
memory: 256Mi
runtime:
image: fission/python-env
imagePullPolicy: IfNotPresent