Skip to content

Commit

Permalink
Update Docker image version
Browse files Browse the repository at this point in the history
Signed-off-by: Alex Ellis <[email protected]>
  • Loading branch information
alexellis committed Aug 4, 2019
1 parent 2f5e458 commit adc26c1
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -288,6 +288,11 @@ while [ true ] ; do sleep 5 && inlets server --upstream=http://192.168.0.28:8080

### Kubernetes application development

Docker images are published for `x86_64` and `armhf`

* `alexellis2/inlets:2.2.0`
* `alexellis2/inlets:2.2.0-armhf`

#### Run as a deployment on Kubernetes

You can even run `inlets` within your Kubernetes in Docker (kind) cluster to get ingress (incoming network) for your services such as the OpenFaaS gateway:
Expand Down Expand Up @@ -352,7 +357,7 @@ spec:
spec:
containers:
- name: inlets
image: alexellis2/inlets:2.1.0
image: alexellis2/inlets:2.2.0
imagePullPolicy: Always
command: ["inlets"]
args:
Expand Down

0 comments on commit adc26c1

Please sign in to comment.