Files
fission-src/test/benchmark/assets/envs/python_gevent/env.yaml
T

24 lines
424 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: ghcr.io/fission/python-env
imagePullPolicy: IfNotPresent
container:
env:
- name: WSGI_FRAMEWORK
value: "GEVENT"