deployer: move domain to labels

This commit is contained in:
Luke K 2020-04-16 19:14:11 +00:00
parent 23308783cd
commit a32f235c52
No known key found for this signature in database
GPG Key ID: 4896F75BAF2E1966
1 changed files with 2 additions and 1 deletions

View File

@ -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