ducky/subscriptions

Paddy 2015-09-27 Parent:fe8f092cc149

12:39625b37485d Go to Latest

ducky/subscriptions/services/subscriptionsd.json

Fix go vet errors. We had a few logging statements that used placeholders but didn't provide any variables to fill them. We now specify the appropriate variables.

History
1 {
2 "kind":"Service",
3 "apiVersion":"v1",
4 "metadata":{
5 "name":"ducky-subscriptionsd",
6 "labels":{
7 "name":"subscriptionsd",
8 "context": "ducky",
9 "repo": "ducky--subscriptionsd",
10 "role": "subscriptions"
11 }
12 },
13 "spec":{
14 "ports": [
15 {
16 "name": "http",
17 "port": 80,
18 "targetPort": "http"
19 }
20 ],
21 "selector":{
22 "name":"subscriptionsd",
23 "context": "ducky",
24 "repo": "ducky--subscriptionsd",
25 "role": "subscriptions"
26 },
27 "type": "LoadBalancer"
28 }
29 }