Skip to content

Commit 1061f20

Browse files
committed
chore(influxdb): remove influxdb admin ui
1 parent 7fd68ea commit 1061f20

4 files changed

Lines changed: 1 addition & 73 deletions

File tree

charts/monitor/charts/influxdb/templates/monitor-influxdb-ui-certificate.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

charts/monitor/charts/influxdb/templates/monitor-influxdb-ui-ingress.yaml

Lines changed: 0 additions & 34 deletions
This file was deleted.

charts/monitor/charts/influxdb/templates/monitor-influxdb-ui-svc.yaml

Lines changed: 0 additions & 16 deletions
This file was deleted.

influxdb/rootfs/home/influxdb/config.toml.tpl

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ bind-address = {{ default ":8088" .BIND_ADDRESS | quote }}
4242
max-points-per-block = {{ default 0 .DATA_MAX_POINTS_PER_BLOCK }}
4343
data-logging-enabled = {{ default false .DATA_LOGGING_ENABLED }}
4444

45-
[cluster]
45+
[coordinator]
4646
force-remote-mapping = {{ default false .CLUSTER_FORCE_REMOTE_MAPPING }}
4747
write-timeout = {{ default "5s" .CLUSTER_WRITE_TIMEOUT | quote }}
4848
shard-writer-timeout = {{ default "5s" .CLUSTER_SHARD_WRITER_TIMEOUT | quote }}
@@ -57,12 +57,6 @@ bind-address = {{ default ":8088" .BIND_ADDRESS | quote }}
5757
check-interval = {{ default "10m0s" .SHARD_PRECREATION_CHECK_INTERVAL | quote }}
5858
advance-period = {{ default "30m0s" .SHARD_PRECREATION_ADVANCE_PERIOD | quote }}
5959

60-
[admin]
61-
enabled = {{ default false .ADMIN_ENABLED }}
62-
bind-address = {{ default ":8083" .ADMIN_BIND_ADDRESS | quote }}
63-
https-enabled = {{ default false .ADMIN_HTTPS_ENABLED }}
64-
https-certificate = {{ default "/etc/ssl/influxdb.pem" .ADMIN_HTTPS_CERTIFICATE | quote }}
65-
6660
[monitor]
6761
store-enabled = {{ default true .MONITOR_STORE_ENABLED }}
6862
store-database = {{ default "_internal" .MONITOR_STORE_DATABASE | quote }}

0 commit comments

Comments
 (0)