Skip to content
This repository has been archived by the owner on Feb 2, 2021. It is now read-only.

Rename system-metrics to metrics for 0.12.0 of OFC #170

Merged
merged 3 commits into from
Jan 10, 2020
Merged
Show file tree
Hide file tree
Changes from 2 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions example.init.yaml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
orchestration: kubernetes # This line can be removed in 0.7.3
secrets:
### Generated secrets (do not edit)
- name: s3-secret-key
Expand Down Expand Up @@ -293,7 +292,7 @@ enable_dockerfile_lang: false
scale_to_zero: false

## Version of OpenFaaS Cloud from https://github.com/openfaas/openfaas-cloud/releases/
openfaas_cloud_version: 0.11.11
openfaas_cloud_version: 0.12.0

## Enable network policies
### Prevents functions from talking to the openfaas namespace, and to each other.
Expand Down
2 changes: 1 addition & 1 deletion templates/stack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ functions:
write_debug: true
read_debug: true

system-metrics:
metrics:
lang: go
handler: ./system-metrics
image: functions/system-metrics:0.1.1
Expand Down