Skip to content

Commit

Permalink
fix: update ip
Browse files Browse the repository at this point in the history
joryirving committed Mar 17, 2024
1 parent 0254b8e commit a970763
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion kubernetes/pi/apps/kube-system/kube-vip/app/daemonset.yaml
Original file line number Diff line number Diff line change
@@ -22,7 +22,7 @@ spec:
args: ["manager"]
env:
- name: address
value: "192.168.2.1"
value: ${KUBE_VIP_ADDR}
- name: vip_arp
value: "true"
- name: lb_enable
Original file line number Diff line number Diff line change
@@ -176,9 +176,9 @@ spec:
metrics_path: /metrics
static_configs:
- targets:
- 192.168.3.10:2112
- 192.168.3.11:2112
- 192.168.3.12:2112
- 192.168.3.13:2112
thanos:
image: quay.io/thanos/thanos:v0.34.1
objectStorageConfig:

0 comments on commit a970763

Please sign in to comment.