Demo script updates. Record-replay, a bugfix in the canary demo script, etc.
52 lines
863 B
YAML
52 lines
863 B
YAML
include:
|
|
- hello.go
|
|
kind: ArchiveUploadSpec
|
|
name: hello-go
|
|
|
|
---
|
|
apiVersion: fission.io/v1
|
|
kind: Package
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: hello-go-xfxy
|
|
namespace: default
|
|
spec:
|
|
deployment:
|
|
checksum: {}
|
|
environment:
|
|
name: go
|
|
namespace: default
|
|
source:
|
|
checksum: {}
|
|
type: url
|
|
url: archive://hello-go
|
|
status:
|
|
buildstatus: pending
|
|
|
|
---
|
|
apiVersion: fission.io/v1
|
|
kind: Function
|
|
metadata:
|
|
creationTimestamp: null
|
|
name: hello-go
|
|
namespace: default
|
|
spec:
|
|
InvokeStrategy:
|
|
ExecutionStrategy:
|
|
ExecutorType: poolmgr
|
|
MaxScale: 1
|
|
MinScale: 0
|
|
TargetCPUPercent: 80
|
|
StrategyType: execution
|
|
configmaps: null
|
|
environment:
|
|
name: go
|
|
namespace: default
|
|
package:
|
|
functionName: Handler
|
|
packageref:
|
|
name: hello-go-xfxy
|
|
namespace: default
|
|
resources: {}
|
|
secrets: null
|