Skip to content
This repository has been archived by the owner on Jul 26, 2022. It is now read-only.

Commit

Permalink
README updated
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziofiorucci committed Jun 8, 2022
1 parent fd8c1f4 commit 80ba129
Showing 1 changed file with 14 additions and 8 deletions.
22 changes: 14 additions & 8 deletions contrib/kubernetes/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -130,18 +130,24 @@ $ curl -s "http://f5tt.ff.lan/instances?type=timebased" | jq
"instances": [
{
"ts": {
"from": "2022-05-30 22:24:25",
"to": "2022-05-30 23:05:23"
"from": "2022-06-08 22:36:24",
"to": "2022-06-08 22:40:36"
},
"nginx_oss": {
"managed": 1,
"online": 1,
"offline": 0
"managed": "1",
"online": "1",
"offline": "0"
},
"nginx_plus": {
"managed": 4,
"online": 4,
"offline": 0
"managed": "4",
"online": "4",
"offline": "0"
},
"modules": {
"ngx_http_app_protect_module": "2",
"ngx_http_app_protect_dos_module": "",
"ngx_http_js_module": "4",
"ngx_stream_js_module": "4"
}
}
]
Expand Down

0 comments on commit 80ba129

Please sign in to comment.