From fca1123ee55c9b929fa89ab9c460af7f24535200 Mon Sep 17 00:00:00 2001 From: Sahil Lakhwani Date: Sun, 22 Dec 2019 05:58:51 +0530 Subject: [PATCH] Fix hello-spec-example (#1474) --- ...fission-config.yaml => fission-deployment-config.yaml} | 0 examples/spec-example/hello-spec-exmaple/specs/hello.yaml | 8 ++++++++ 2 files changed, 8 insertions(+) rename examples/spec-example/hello-spec-exmaple/specs/{fission-config.yaml => fission-deployment-config.yaml} (100%) diff --git a/examples/spec-example/hello-spec-exmaple/specs/fission-config.yaml b/examples/spec-example/hello-spec-exmaple/specs/fission-deployment-config.yaml similarity index 100% rename from examples/spec-example/hello-spec-exmaple/specs/fission-config.yaml rename to examples/spec-example/hello-spec-exmaple/specs/fission-deployment-config.yaml diff --git a/examples/spec-example/hello-spec-exmaple/specs/hello.yaml b/examples/spec-example/hello-spec-exmaple/specs/hello.yaml index b4c12e96..b7280658 100644 --- a/examples/spec-example/hello-spec-exmaple/specs/hello.yaml +++ b/examples/spec-example/hello-spec-exmaple/specs/hello.yaml @@ -4,6 +4,14 @@ metadata: name: hello namespace: default spec: + InvokeStrategy: + ExecutionStrategy: + ExecutorType: poolmgr + MaxScale: 0 + MinScale: 0 + SpecializationTimeout: 120 + TargetCPUPercent: 0 + StrategyType: execution environment: name: python-27 namespace: default