Update Kubernetes examples (#731)
* Set `hostNetwork` to `true` in Kubernetes deployment example * Remove duplicate Kubernetes examples * Update Kubernetes Træfik Docker Image to 1.1.0
This commit is contained in:
parent
4476861d9f
commit
9b765d23fa
4 changed files with 4 additions and 145 deletions
|
@ -16,11 +16,12 @@ spec:
|
|||
labels:
|
||||
k8s-app: traefik-ingress-lb
|
||||
name: traefik-ingress-lb
|
||||
version: v1.0.0
|
||||
version: v1.1.0
|
||||
spec:
|
||||
terminationGracePeriodSeconds: 60
|
||||
hostNetwork: true
|
||||
containers:
|
||||
- image: traefik:v1.0.0
|
||||
- image: traefik:v1.1.0
|
||||
name: traefik-ingress-lb
|
||||
resources:
|
||||
limits:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue