Skip to content

Commit 00d9dc0

Browse files
committed
update readme
Signed-off-by: Markus Blaschke <mblaschke82@gmail.com>
1 parent 1615eda commit 00d9dc0

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

README.md

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,20 +36,25 @@ Application Options:
3636
--janitor.resources Enable Azure Resources cleanup [$JANITOR_RESOURCES_ENABLE]
3737
--janitor.resources.filter= Additional $filter for Azure REST API for Resources [$JANITOR_RESOURCES_FILTER]
3838
--janitor.deployments Enable Azure Deployments cleanup [$JANITOR_DEPLOYMENTS_ENABLE]
39-
--janitor.deployments.ttl= Janitor deployment ttl (time.duration) (default: 8760h) [$JANITOR_DEPLOYMENTS_TTL]
40-
--janitor.deployments.limit= Janitor deployment limit count (int) (default: 700) [$JANITOR_DEPLOYMENTS_LIMIT]
39+
--janitor.deployments.ttl= Janitor deployment ttl (time.duration) (default: 8760h)
40+
[$JANITOR_DEPLOYMENTS_TTL]
41+
--janitor.deployments.limit= Janitor deployment limit count (int) (default: 700)
42+
[$JANITOR_DEPLOYMENTS_LIMIT]
4143
--janitor.roleassignments Enable Azure RoleAssignments cleanup [$JANITOR_ROLEASSIGNMENTS_ENABLE]
4244
--janitor.roleassignments.ttl= Janitor roleassignment ttl (time.duration) (default: 6h)
4345
[$JANITOR_ROLEASSIGNMENTS_TTL]
4446
--janitor.roleassignments.roledefinitionid= Janitor roledefinition ID (eg:
45-
/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx/providers/Microsoft.Authorization/-
46-
roleDefinitions/xxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx) (space delimiter)
47+
/subscriptions/xxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx/providers/Microsoft.Authorizat-
48+
49+
ion/roleDefinitions/xxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxx) (space delimiter)
4750
[$JANITOR_ROLEASSIGNMENTS_ROLEDEFINITIONID]
4851
--janitor.roleassignments.filter= Additional $filter for Azure REST API for RoleAssignments
4952
[$JANITOR_ROLEASSIGNMENTS_FILTER]
5053
--janitor.roleassignments.descriptionttl= Regexp for detecting ttl inside description of RoleAssignment
5154
[$JANITOR_ROLEASSIGNMENTS_DESCRIPTIONTTL]
52-
--bind= Server address (default: :8080) [$SERVER_BIND]
55+
--server.bind= Server address (default: :8080) [$SERVER_BIND]
56+
--server.timeout.read= Server read timeout (default: 5s) [$SERVER_TIMEOUT_READ]
57+
--server.timeout.write= Server write timeout (default: 10s) [$SERVER_TIMEOUT_WRITE]
5358
5459
Help Options:
5560
-h, --help Show this help message

0 commit comments

Comments
 (0)