Skip to content

Commit

Permalink
Merge pull request #112 from loxilb-io/zone-support
Browse files Browse the repository at this point in the history
Support for zone instances - fixed manifests
  • Loading branch information
UltraInstinct14 committed Mar 7, 2024
2 parents 28b5434 + 0448df8 commit b16fbab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion manifest/zones/kube-loxilb-north.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: kube-loxilb-north
image: ghcr.io/loxilb-io/kube-loxilb:zone-debug
image: ghcr.io/loxilb-io/kube-loxilb:latest
imagePullPolicy: Always
command:
- /bin/kube-loxilb
Expand Down
2 changes: 1 addition & 1 deletion manifest/zones/kube-loxilb-south.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ spec:
terminationGracePeriodSeconds: 0
containers:
- name: kube-loxilb-south
image: ghcr.io/loxilb-io/kube-loxilb:zone-debug
image: ghcr.io/loxilb-io/kube-loxilb:latest
imagePullPolicy: Always
command:
- /bin/kube-loxilb
Expand Down

0 comments on commit b16fbab

Please sign in to comment.