Skip to content

Commit 5190920

Browse files
authored
Change logging_rest_api.api_port to 8080 instead of 8008 (zalando#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.
1 parent b24da32 commit 5190920

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manifests/postgresql-operator-default-configuration.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ configuration:
110110
log_statement: all
111111
# teams_api_url: ""
112112
logging_rest_api:
113-
api_port: 8008
113+
api_port: 8080
114114
cluster_history_entries: 1000
115115
ring_log_lines: 100
116116
scalyr:

0 commit comments

Comments
 (0)