Skip to content

Commit

Permalink
Revert "feat(templates): enable status_listen by default on localho…
Browse files Browse the repository at this point in the history
…st (#12254)"

This reverts commit 1ab6ead.
The CI did not alert because of the scheduler's bug
  • Loading branch information
StarlightIbuki authored and dndx committed Dec 29, 2023
1 parent 12a26db commit f4ddca2
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
3 changes: 0 additions & 3 deletions changelog/unreleased/kong/default_status_port.yml.yml

This file was deleted.

3 changes: 1 addition & 2 deletions kong.conf.default
Expand Up @@ -680,8 +680,7 @@
#
# Example: `admin_listen = 127.0.0.1:8444 http2 ssl`

#status_listen = 127.0.0.1:8007 reuseport backlog=16384
# Comma-separated list of addresses and ports on
#status_listen = off # Comma-separated list of addresses and ports on
# which the Status API should listen.
# The Status API is a read-only endpoint
# allowing monitoring tools to retrieve metrics,
Expand Down
2 changes: 1 addition & 1 deletion kong/templates/kong_defaults.lua
Expand Up @@ -28,7 +28,7 @@ proxy_listen = 0.0.0.0:8000 reuseport backlog=16384, 0.0.0.0:8443 http2 ssl reus
stream_listen = off
admin_listen = 127.0.0.1:8001 reuseport backlog=16384, 127.0.0.1:8444 http2 ssl reuseport backlog=16384
admin_gui_listen = 0.0.0.0:8002, 0.0.0.0:8445 ssl
status_listen = 127.0.0.1:8007 reuseport backlog=16384
status_listen = off
cluster_listen = 0.0.0.0:8005
cluster_control_plane = 127.0.0.1:8005
cluster_cert = NONE
Expand Down

0 comments on commit f4ddca2

Please sign in to comment.