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:
|
metadata:
|
||||||
name: {{ .Project }}
|
name: {{ .Project }}
|
||||||
namespace: default
|
namespace: default
|
||||||
annotations:
|
labels:
|
||||||
# Will be exposed as this domain as per the knative service domains config.
|
# Will be exposed as this domain as per the knative service domains config.
|
||||||
# Configured in config-domain
|
# Configured in config-domain
|
||||||
faas.domain: {{ .Domain }}
|
faas.domain: {{ .Domain }}
|
||||||
|
annotations:
|
||||||
# Will be exposed as this specific subdomain rather than the autogernerated
|
# Will be exposed as this specific subdomain rather than the autogernerated
|
||||||
# name.namespace.
|
# name.namespace.
|
||||||
# Configured in config-network
|
# Configured in config-network
|
||||||
|
|
Loading…
Reference in New Issue