diff --git a/kubectl/deployer.go b/kubectl/deployer.go index cbfbf2974..b3de38167 100644 --- a/kubectl/deployer.go +++ b/kubectl/deployer.go @@ -20,10 +20,11 @@ kind: Service metadata: name: {{ .Project }} namespace: default - annotations: + labels: # Will be exposed as this domain as per the knative service domains config. # Configured in config-domain faas.domain: {{ .Domain }} + annotations: # Will be exposed as this specific subdomain rather than the autogernerated # name.namespace. # Configured in config-network