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:
parent
b24da3201c
commit
51909204fd
|
|
@ -110,7 +110,7 @@ configuration:
|
||||||
log_statement: all
|
log_statement: all
|
||||||
# teams_api_url: ""
|
# teams_api_url: ""
|
||||||
logging_rest_api:
|
logging_rest_api:
|
||||||
api_port: 8008
|
api_port: 8080
|
||||||
cluster_history_entries: 1000
|
cluster_history_entries: 1000
|
||||||
ring_log_lines: 100
|
ring_log_lines: 100
|
||||||
scalyr:
|
scalyr:
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue