This repository was archived by the owner on Mar 10, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Expand file tree Collapse file tree 3 files changed +11
-5
lines changed Original file line number Diff line number Diff line change
1
+ github.com/alexellis/hmac v0.0.0-20180624211220-5c52ab81c0de /go.mod h1:uAbpy8G7sjNB4qYdY6ymf5OIQ+TLDPApBYiR0Vc3lhk =
2
+ github.com/openfaas/faas-provider v0.0.0-20180910095832-845bf7aa58cb /go.mod h1:W4OIp33RUOpR7wW+omJB/7GhIydRmYXvKf/VqUKI4yM =
3
+ github.com/openfaas/openfaas-cloud v0.0.0-20200303103051-6c3e056a6ac4 h1:jF1EIT4TFUcWCMmGfUCL3d1KxijC88vQqN7rYk9KC6A =
4
+ github.com/openfaas/openfaas-cloud v0.0.0-20200303103051-6c3e056a6ac4 /go.mod h1:rzuJzd08m8hXz8xQ/CtVdiB8UYhDIroaJCJzGthBzME =
Original file line number Diff line number Diff line change
1
+ github.com/alexellis/hmac v0.0.0-20180624210714-d5d71edd7bc7 h1:tPX9nmLsuE/p4NpX7fhH3fSIS1Ra1DFHv6FvF65rnMU =
2
+ github.com/alexellis/hmac v0.0.0-20180624210714-d5d71edd7bc7 /go.mod h1:uAbpy8G7sjNB4qYdY6ymf5OIQ+TLDPApBYiR0Vc3lhk =
3
+ github.com/openfaas/faas-provider v0.0.0-20180910095832-845bf7aa58cb h1:ZVoe/adtSM12MduY4J/rJnSgGc0hIx602N2u+tg2Ujk =
4
+ github.com/openfaas/faas-provider v0.0.0-20180910095832-845bf7aa58cb /go.mod h1:W4OIp33RUOpR7wW+omJB/7GhIydRmYXvKf/VqUKI4yM =
Original file line number Diff line number Diff line change @@ -145,11 +145,10 @@ functions:
145
145
role : openfaas-system
146
146
com.openfaas.scale.zero : false
147
147
environment :
148
- write_debug : true
149
- read_debug : true
148
+ write_debug : false
149
+ read_debug : false
150
150
combine_output : false
151
151
validate_hmac : true
152
- debug_token : false
153
152
environment_file :
154
153
- gateway_config.yml
155
154
- github.yml
@@ -298,8 +297,7 @@ functions:
298
297
write_debug : true
299
298
read_debug : true
300
299
limits :
301
- memory : 128Mi
300
+ memory : 64Mi
302
301
requests :
303
302
memory : 32Mi
304
303
cpu : 50m
305
-
You can’t perform that action at this time.
0 commit comments