# 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
- name:IdentityUrlHC
key:internalurls__identity__hc
- 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)