auth

Paddy 2015-07-13 Parent:fc68085eb40d

177:5d52b9d83184 Go to Latest

auth/services/authd.json

Add notes about model events. We need to sensibly trigger events about models, so I left some basic notes about triggering an event when a Profile is created.

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