fix: modify config.yaml path to /ingress-apisix/conf/
1 file changed
tree: def71b7e7e775d4c51e7662531e99313d3b4b0c8
  1. Dockerfile
  2. README.MD
README.MD

Docker images are not official ASF releases but provided for convenience. Recommended usage is always to build the source.

How to build

export INGRESS_VERSION=0.1.0
$ docker build -t apisix-ingress-controller:${INGRESS_VERSION} --build-arg INGRESS_VERSION=${INGRESS_VERSION} .

How to deploy

Ref to Apache apisix-ingress-controller