Skip to content

Add static peer discovery to the ProxyAdminService config - #282

Open
liam-lowe wants to merge 1 commit into
liam-lowe/proxyadmin-config-dnsfrom
liam-lowe/proxyadmin-config-static
Open

Add static peer discovery to the ProxyAdminService config#282
liam-lowe wants to merge 1 commit into
liam-lowe/proxyadmin-config-dnsfrom
liam-lowe/proxyadmin-config-static

Conversation

@liam-lowe

@liam-lowe liam-lowe commented Sep 9, 2026

Copy link
Copy Markdown
Contributor

Fourth in the stack of proxy admin service config PRs (see stacked PR!) - a static peer discovery provider, for when there's no DNS.

static is a fixed list of host:port, one per sibling, (including this pod's own address).

proxyAdmin:
  peer:
    listenAddress: "0.0.0.0:6062"
    allowInsecure: true
    discovery:
      provider: static
      static:
        addresses:
          - "10.0.0.1:6062"
          - "10.0.0.2:6062"

@liam-lowe
liam-lowe force-pushed the liam-lowe/proxyadmin-config-static branch from 56aa04b to 2b0f346 Compare September 9, 2026 20:54
@liam-lowe
liam-lowe force-pushed the liam-lowe/proxyadmin-config-static branch from 2b0f346 to 52955c8 Compare September 9, 2026 21:31
@liam-lowe
liam-lowe force-pushed the liam-lowe/proxyadmin-config-static branch from 52955c8 to aa615c8 Compare September 9, 2026 21:59
@liam-lowe
liam-lowe added this pull request to stack #284 September 9, 2026 23:36
@liam-lowe
liam-lowe marked this pull request as ready for review September 9, 2026 23:52
@liam-lowe
liam-lowe requested a review from a team as a code owner September 9, 2026 23:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant