-
Notifications
You must be signed in to change notification settings - Fork 9
Expand file tree
/
Copy path.bluemixrc
More file actions
52 lines (40 loc) · 2.1 KB
/
.bluemixrc
File metadata and controls
52 lines (40 loc) · 2.1 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
#################################################################################
# Bluemix services enablement
#################################################################################
ENABLE_SERVICEDISCOVERY=true
ENABLE_MESSAGEHUB=true
#################################################################################
# Image names
#################################################################################
PRODUCTPAGE_IMAGE=a8-examples-bookinfo-productpage-sidecar:v1-bluemix
DETAILS_IMAGE=a8-examples-bookinfo-details-sidecar:v1-bluemix
RATINGS_IMAGE=a8-examples-bookinfo-ratings-sidecar:v1-bluemix
REVIEWS_V1_IMAGE=a8-examples-bookinfo-reviews-sidecar:v1-bluemix
REVIEWS_V2_IMAGE=a8-examples-bookinfo-reviews-sidecar:v2-bluemix
REVIEWS_V3_IMAGE=a8-examples-bookinfo-reviews-sidecar:v3-bluemix
GATEWAY_IMAGE=a8-sidecar:0.1-bluemix
CONTROLLER_IMAGE=a8-controller:0.1-bluemix
REGISTRY_IMAGE=a8-registry:0.1-bluemix
#################################################################################
# Image registries
#################################################################################
BLUEMIX_REGISTRY_HOST=registry.ng.bluemix.net
BLUEMIX_REGISTRY_NAMESPACE=__your_namespace__
DOCKERHUB_NAMESPACE=amalgam8
#################################################################################
# Routes
#################################################################################
ROUTES_DOMAIN=mybluemix.net
## Change accordingly.
CONTROLLER_HOSTNAME=myamalgam8-controller
BOOKINFO_HOSTNAME=myamalgam8-bookinfo
CONTROLLER_URL=https://${CONTROLLER_HOSTNAME}.${ROUTES_DOMAIN}
BOOKINFO_URL=https://${BOOKINFO_HOSTNAME}.${ROUTES_DOMAIN}
#################################################################################
# Misc
#################################################################################
### Please change these to sensible values as your app and controller will be public.
### Note: when overiding these values, set the A8_TENANT_ID/A8_TOKEN environment variables,
### or set the --a8-tenant-id/--a8-token flags for the a8ctl utility.
CONTROLLER_TENANT_ID=local
CONTROLLER_TENANT_TOKEN=12345