fix aws elb issue

This commit is contained in:
loganhz 2017-10-06 20:13:18 +08:00
parent 0baff5b2f5
commit 33772f4f22
3 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
elbv1: elbv1:
image: rancher/external-lb:v0.3.0 image: rancher/external-lb:v0.3.3
command: -provider=elbv1 command: -provider=elbv1
expose: expose:
- 1000 - 1000
environment: environment:
ELBV1_AWS_ACCESS_KEY: ${ELBV1_AWS_ACCESS_KEY} ELBV1_AWS_ACCESS_KEY: ${ELBV1_AWS_ACCESS_KEY}

View File

@ -1,6 +1,6 @@
.catalog: .catalog:
name: ELB Classic Load Balancer name: ELB Classic Load Balancer
version: "v0.3.0-rancher1" version: "v0.3.3-rancher1"
description: "External LB service powered by AWS Elastic Load Balancing" description: "External LB service powered by AWS Elastic Load Balancing"
minimum_rancher_version: v1.1.0 minimum_rancher_version: v1.1.0
questions: questions:

View File

@ -1,5 +1,5 @@
name: ELB Classic Load Balancer name: ELB Classic Load Balancer
description: | description: |
External LB service powered by AWS Elastic Load Balancing External LB service powered by AWS Elastic Load Balancing
version: v0.3.0-rancher1 version: v0.3.3-rancher1
category: Load Balancing category: Load Balancing