2018-06-21 13:03:18 +02:00
replicaCount : 1
clusterName : eshop-aks
pathBase : /marketing-api
image :
repository : eshop/marketing.api
tag : latest
pullPolicy : IfNotPresent
service :
type : ClusterIP
port : 80
ingress :
enabled : false
annotations : {}
tls : [ ]
resources : {}
nodeSelector : {}
tolerations : [ ]
affinity : {}
# env defines the environment variables that will be declared in the pod
env :
urls :
# configmap declares variables which value is taken from the config map defined in template configmap.yaml (name is name of var and key the key in configmap).
configmap :
- name : ApplicationInsights__InstrumentationKey
key : all__InstrumentationKey
- name : EventBusConnection
key : all__EventBusConnection
- name : AzureServiceBusEnabled
key : all__UseAzureServiceBus
- name : UseLoadTest
key : all_EnableLoadTest
- name : IdentityUrl
key : internalurls__IdentityUrl
- name : IdentityUrlExternal
key : urls__IdentityUrl
- name : ConnectionString
key : marketing__ConnectionString
- name : Database
key : marketing__Database
2018-06-21 13:11:54 +02:00
- name : PicBaseUrl
key : marketing__PicBaseUrl
2018-06-21 13:03:18 +02:00
# values define environment variables with a fixed value (no configmap involved) (name is name of var, and value is its value)
values :
- name : ASPNETCORE_ENVIRONMENT
value : Development
- name : OrchestratorType
value : 'K8S'