Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for METRICS_LOCALHOST_ACCESS_ONLY (0.24 sec)

  1. tools/packaging/common/envoy_bootstrap.json

              }]
            }
          }
          {{ end }}
        ],
        "listeners":[
          {
            "address": {
              "socket_address": {
                "protocol": "TCP",
                {{- if .metrics_localhost_access_only }}
                "address": "{{ .localhost }}",
                {{ else }}
                "address": "{{ .wildcard }}",
                {{ end }}
                "port_value": {{ .envoy_prometheus_port }}
              }
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 16 17:05:28 UTC 2024
    - 22.6K bytes
    - Viewed (0)
Back to top