Change `logging_rest_api.api_port` to `8080` instead of `8008` (#848)

The documentation states that the default operator REST service is at port `8080`, but the current default CRD based configuration is `8008`. Changing the default config to match documentation.
This commit is contained in:
Hengchu Zhang 2020-02-28 08:13:58 -05:00 committed by GitHub
parent b24da3201c
commit 51909204fd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ configuration:
log_statement: all
# teams_api_url: ""
logging_rest_api:
api_port: 8008
api_port: 8080
cluster_history_entries: 1000
ring_log_lines: 100
scalyr: