Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
G
gitlab-ce
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
1
Merge Requests
1
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
nexedi
gitlab-ce
Commits
82c5ca7c
Commit
82c5ca7c
authored
Apr 03, 2019
by
Grzegorz Bizon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix indentation of exemplary serverless.yml config
parent
bfd17bca
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
23 additions
and
23 deletions
+23
-23
doc/user/project/clusters/serverless/index.md
doc/user/project/clusters/serverless/index.md
+23
-23
No files found.
doc/user/project/clusters/serverless/index.md
View file @
82c5ca7c
...
...
@@ -150,29 +150,29 @@ Follow these steps to deploy a function using the Node.js runtime to your Knativ
environment
:
FOO
:
value
functions
:
echo-js
:
handler
:
echo-js
source
:
./echo-js
runtime
:
https://gitlab.com/gitlab-org/serverless/runtimes/nodejs
description
:
"
node.js
runtime
function"
environment
:
MY_FUNCTION
:
echo-js
echo-rb
:
handler
:
MyEcho.my_function
source
:
./echo-rb
runtime
:
https://gitlab.com/gitlab-org/serverless/runtimes/ruby
description
:
"
Ruby
runtime
function"
environment
:
MY_FUNCTION
:
echo-rb
echo-docker
:
handler
:
echo-docker
source
:
./echo-docker
description
:
"
Dockerfile
runtime
function"
environment
:
MY_FUNCTION
:
echo-docker
functions
:
echo-js
:
handler
:
echo-js
source
:
./echo-js
runtime
:
https://gitlab.com/gitlab-org/serverless/runtimes/nodejs
description
:
"
node.js
runtime
function"
environment
:
MY_FUNCTION
:
echo-js
echo-rb
:
handler
:
MyEcho.my_function
source
:
./echo-rb
runtime
:
https://gitlab.com/gitlab-org/serverless/runtimes/ruby
description
:
"
Ruby
runtime
function"
environment
:
MY_FUNCTION
:
echo-rb
echo-docker
:
handler
:
echo-docker
source
:
./echo-docker
description
:
"
Dockerfile
runtime
function"
environment
:
MY_FUNCTION
:
echo-docker
```
Explanation of fields used above:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment