mirror of https://github.com/knative/func.git
deployer: move domain to labels
This commit is contained in:
parent
23308783cd
commit
a32f235c52
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue