2018-06-21 15:56:55 +02:00
replicaCount : 1
clusterName : eshop-aks
2018-07-03 20:05:58 +02:00
pathBase : /
2018-06-21 15:56:55 +02:00
image :
repository : eshop/webspa
tag : latest
pullPolicy : IfNotPresent
service :
type : ClusterIP
port : 80
ingress :
2018-07-03 19:07:37 +02:00
enabled : true
2018-06-21 15:56:55 +02:00
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 : UseLoadTest
key : all_EnableLoadTest
- name : DPConnectionString
key : webspa__keystore
- name : PurchaseUrl
key : urls__apigwws
- name : CallBackUrl
key : urls__spa
- name : IdentityUrl
key : urls__IdentityUrl
- name : MarketingUrl
key : urls__apigwwm
2018-12-04 15:51:33 +01:00
- name : PurchaseUrlHC
key : internalurls__apigwws__hc
2018-06-21 15:56:55 +02:00
- name : IdentityUrlHC
key : internalurls__identity__hc
- name : MarketingUrlHC
2018-12-04 15:51:33 +01:00
key : internalurls__apigwwm__hc
2018-06-21 15:56:55 +02:00
- name : SignalrHubUrl
key : urls__apigwws
# 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 : ASPNETCORE_URLS
value : http://0.0.0.0:80
- name : OrchestratorType
value : 'K8S'
- name : IsClusterEnv
value : 'True'