mirror of
https://github.com/nold360/hive-apps
synced 2024-11-19 03:59:31 +00:00
Change(metallb): Add IP to internal LB
This commit is contained in:
parent
6185d6ba50
commit
761271727c
1 changed files with 2 additions and 2 deletions
|
@ -4,7 +4,6 @@ configInline:
|
|||
protocol: layer2
|
||||
addresses:
|
||||
- 192.168.1.13/32
|
||||
- 192.168.1.14/32
|
||||
- 192.168.1.15/32
|
||||
- 192.168.1.16/32
|
||||
- 192.168.1.17/32
|
||||
|
@ -21,11 +20,12 @@ configInline:
|
|||
protocol: layer2
|
||||
addresses:
|
||||
- 192.168.1.12/32
|
||||
|
||||
|
||||
- name: internal
|
||||
protocol: layer2
|
||||
addresses:
|
||||
- 192.168.1.11/32
|
||||
- 192.168.1.14/32
|
||||
|
||||
prometheus:
|
||||
serviceMonitor:
|
||||
|
|
Loading…
Reference in a new issue