Skip to content

Commit

Permalink
Merge pull request #7 from TrekkieCoder/main
Browse files Browse the repository at this point in the history
gh-8 : Fixes to docker image for adding rule with long host-URL
  • Loading branch information
UltraInstinct14 authored Aug 9, 2024
2 parents 7a785b4 + b3a63d7 commit 0a22cd0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ COPY . .

RUN make build

FROM ghcr.io/loxilb-io/loxilb:v0.9.6
FROM ghcr.io/loxilb-io/loxilb:latest

LABEL name="loxilb-ingress-manager" \
vendor="loxilb.io" \
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
[![Docker-Multi-Arch](https://github.com/loxilb-io/loxilb-ingress/actions/workflows/docker-multiarch.yml/badge.svg)](https://github.com/loxilb-io/loxilb-ingress/actions/workflows/docker-multiarch.yml) [![K3s-Loxi-Ingress-Sanity-CI](https://github.com/loxilb-io/loxilb/actions/workflows/k3s-loxi-ingress.yml/badge.svg)](https://github.com/loxilb-io/loxilb/actions/workflows/k3s-loxi-ingress.yml)

## How to run loxilb-ingress

In Kubernetes, there is usually a lot of overlap between network load-balancer and an Ingress functionality. This creates a lot of confusion. Overall, the differences between an Ingress and a load-balancer service can be categorized as follows:
Expand Down

0 comments on commit 0a22cd0

Please sign in to comment.