Skip to content
Snippets Groups Projects
  • axel simon's avatar
    0f60492e
    Use default trillian-log-server ports (#312) · 0f60492e
    axel simon authored
    
    Switch away from using rpc_endpoint=8091 and back to 8090 which is trillian_log_server's default.
    This simplifies the commands to start trillian log_server, reducing it down to:
    trillian_log_server --logtostderr ...
    and avoids diverging from upstream when there is no need.
    
    This change also updates the corresponding docker-compose and k8s configs.
    
    Signed-off-by: default avataraxelsimon <github@axelsimon.net>
    Use default trillian-log-server ports (#312)
    axel simon authored
    
    Switch away from using rpc_endpoint=8091 and back to 8090 which is trillian_log_server's default.
    This simplifies the commands to start trillian log_server, reducing it down to:
    trillian_log_server --logtostderr ...
    and avoids diverging from upstream when there is no need.
    
    This change also updates the corresponding docker-compose and k8s configs.
    
    Signed-off-by: default avataraxelsimon <github@axelsimon.net>