Skip to content

Commit

Permalink
Update metallb ipaddresses
Browse files Browse the repository at this point in the history
Signed-off-by: bakhtin <[email protected]>
  • Loading branch information
bakhtin committed Sep 29, 2023
1 parent 513a148 commit d774345
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion charts/node/ci/addons/metallb/ipaddresses.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,6 @@ metadata:
name: kind-default
spec:
addresses:
- 10.89.0.247-10.89.0.252
# - 10.89.0.247-10.89.0.252 # for Podman
- 172.18.255.240-172.18.255.250 # for Docker
# autoAssign: true
2 changes: 1 addition & 1 deletion charts/node/ci/tick-collator-backup-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ spec:
spec:
containers:
- name: tick-collator-backup-server
image: localhost/tick-collator-backup:latest
image: docker.io/library/tick-collator-backup:latest
imagePullPolicy: Never
resources:
limits:
Expand Down
2 changes: 1 addition & 1 deletion charts/node/templates/statefulset.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -829,7 +829,7 @@ spec:
{{- toYaml .Values.wsHealthExporter.resources | nindent 12 }}
ports:
- containerPort: 8001
name: http-ws-health-exporter
name: http-ws-he
{{- if .Values.node.enableSidecarReadinessProbe }}
readinessProbe:
httpGet:
Expand Down

0 comments on commit d774345

Please sign in to comment.