Skip to content

Commit

Permalink
CustomContainerRuntime support customHealthCheckConfig
Browse files Browse the repository at this point in the history
  • Loading branch information
mozhou52 committed Nov 28, 2024
1 parent 3d5eb1b commit dd7bffc
Show file tree
Hide file tree
Showing 5 changed files with 66 additions and 64 deletions.
Binary file modified dist/build/Release/cpufeatures.node
Binary file not shown.
127 changes: 64 additions & 63 deletions dist/index.js

Large diffs are not rendered by default.

Binary file modified dist/lib/protocol/crypto/build/Release/sshcrypto.node
Binary file not shown.
2 changes: 1 addition & 1 deletion publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ Type: Component
Name: fc-deploy
Provider:
- 阿里云
Version: 0.0.120
Version: 0.0.121
Description: 阿里云函数计算基础组件
HomePage: https://github.com/devsapp/fc-base
Tags:
Expand Down
1 change: 1 addition & 0 deletions src/lib/fc/function.ts
Original file line number Diff line number Diff line change
Expand Up @@ -390,6 +390,7 @@ export class FcFunction extends FcDeploy<FunctionConfig> {
handler: this.localConfig?.handler || 'not-used',
caPort: this.localConfig?.caPort || undefined,
customContainerConfig: this.localConfig?.customContainerConfig,
customHealthCheckConfig: this.localConfig?.customHealthCheckConfig,
});
} else if (!_.isNil(this.localConfig?.ossBucket) && !_.isNil(this.localConfig?.ossKey)) {
Object.assign(resolvedFunctionConf, {
Expand Down

0 comments on commit dd7bffc

Please sign in to comment.