Skip to content
Merged
Show file tree
Hide file tree
Changes from all 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
1 change: 1 addition & 0 deletions framework/components/blockchain/canton/canton.go
Original file line number Diff line number Diff line change
Expand Up @@ -354,6 +354,7 @@ func ContainerRequest(
FileMode: 0755,
},
},
Labels: framework.DefaultTCLabels(),
}

return cantonReq
Expand Down
1 change: 1 addition & 0 deletions framework/components/blockchain/canton/nginx.go
Original file line number Diff line number Diff line change
Expand Up @@ -222,6 +222,7 @@ func NginxContainerRequest(
FileMode: 0755,
},
},
Labels: framework.DefaultTCLabels(),
}

return nginxReq
Expand Down
1 change: 1 addition & 0 deletions framework/components/blockchain/canton/postgres.go
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,7 @@ func PostgresContainerRequest(
"-c", "max_connections=2000",
"-c", "log_statement=all",
},
Labels: framework.DefaultTCLabels(),
}

return postgresReq
Expand Down
1 change: 1 addition & 0 deletions framework/components/blockchain/canton/splice.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ func SpliceContainerRequest(
FileMode: 0755,
},
},
Labels: framework.DefaultTCLabels(),
}

return spliceReq
Expand Down
Loading