{
   "kind":"Service",
   "apiVersion":"v1",
   "metadata":{
      "name":"ducky-authd",
      "labels":{
         "name":"authd",
	 "context": "ducky",
	 "repo": "secondbit--authd",
	 "role": "auth"
      }
   },
   "spec":{
      "ports": [
        {
          "name": "http",
          "port": 80,
          "targetPort": "http"
        }
      ],
      "selector":{
         "name":"authd",
	 "context": "ducky",
	 "repo": "secondbit--authd",
	 "role": "auth"
      },
      "type": "LoadBalancer"
   }
}
