updated the catalog for the secrets-bridge v1.2.0 release

This commit is contained in:
Bill Maxwell
2016-12-01 09:55:14 -08:00
parent 85ffaf7566
commit ee01de0379
10 changed files with 137 additions and 2 deletions
@@ -0,0 +1,24 @@
secrets-bridge:
image: rancher/secrets-bridge:v0.2.0
environment:
CATTLE_ACCESS_KEY: ${CATTLE_ACCESS_KEY}
CATTLE_SECRET_KEY: ${CATTLE_SECRET_KEY}
CATTLE_URL: ${CATTLE_URL}
VAULT_TOKEN: ${VAULT_TOKEN}
VAULT_CUBBYPATH: ${VAULT_CUBBYPATH}
command:
- server
- --vault-url
- ${VAULT_URL}
- --rancher-url
- $CATTLE_URL
- --rancher-secret
- ${CATTLE_SECRET_KEY}
- --rancher-access
- ${CATTLE_ACCESS_KEY}
secrets-bridge-lb:
ports:
- "${LBPORT}:8181"
image: rancher/load-balancer-service
links:
- secrets-bridge:secrets-bridge