Skip to content

Commit 0a22cd0

Browse files
Merge pull request #7 from TrekkieCoder/main
gh-8 : Fixes to docker image for adding rule with long host-URL
2 parents 7a785b4 + b3a63d7 commit 0a22cd0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ COPY . .
77

88
RUN make build
99

10-
FROM ghcr.io/loxilb-io/loxilb:v0.9.6
10+
FROM ghcr.io/loxilb-io/loxilb:latest
1111

1212
LABEL name="loxilb-ingress-manager" \
1313
vendor="loxilb.io" \

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
[![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)
2+
13
## How to run loxilb-ingress
24

35
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:

0 commit comments

Comments
 (0)