2020-07-28 17:36:43 +05:30
replicaCount : 1
clusterName : eshop-aks
pathBase : /webstatus
image :
repository : eshop/webstatus
tag : latest
pullPolicy : IfNotPresent
service :
type : ClusterIP
port : 80
ingress :
enabled : true
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 : HealthChecks-UI__HealthChecks__0__Name
key : name__mvc__hc
- name : HealthChecks-UI__HealthChecks__0__Uri
key : internalurls__mvc__hc
- name : HealthChecks-UI__HealthChecks__1__Name
key : name__spa__hc
- name : HealthChecks-UI__HealthChecks__1__Uri
key : internalurls__spa__hc
- name : HealthChecks-UI__HealthChecks__2__Name
key : name__apigwwsagg__hc
- name : HealthChecks-UI__HealthChecks__2__Uri
key : internalurls__apigwwsagg__hc
- name : HealthChecks-UI__HealthChecks__3__Name
key : name__apigwmsagg__hc
- name : HealthChecks-UI__HealthChecks__3__Uri
key : internalurls__apigwmsagg__hc
- name : HealthChecks-UI__HealthChecks__4__Name
key : name__ordering__hc
- name : HealthChecks-UI__HealthChecks__4__Uri
key : internalurls__ordering__hc
- name : HealthChecks-UI__HealthChecks__5__Name
key : name__basket__hc
- name : HealthChecks-UI__HealthChecks__5__Uri
key : internalurls__basket__hc
- name : HealthChecks-UI__HealthChecks__6__Name
key : name__catalog__hc
- name : HealthChecks-UI__HealthChecks__6__Uri
key : internalurls__catalog__hc
- name : HealthChecks-UI__HealthChecks__7__Name
key : name__identity__hc
- name : HealthChecks-UI__HealthChecks__7__Uri
key : internalurls__identity__hc
- name : HealthChecks-UI__HealthChecks__8__Name
key : name__payment__hc
2020-12-21 16:44:02 +01:00
- name : HealthChecks-UI__HealthChecks__8__Uri
2020-07-28 17:36:43 +05:30
key : internalurls__payment__hc
2020-12-21 16:44:02 +01:00
- name : HealthChecks-UI__HealthChecks__9__Name
2020-07-28 17:36:43 +05:30
key : name__signalrhub__hc
2020-12-21 16:44:02 +01:00
- name : HealthChecks-UI__HealthChecks__9__Uri
2020-07-28 17:36:43 +05:30
key : internalurls__signalrhub__hc
2020-12-21 16:44:02 +01:00
- name : HealthChecks-UI__HealthChecks__10__Name
2020-07-28 17:36:43 +05:30
key : name__orderingbackground__hc
2020-12-21 16:44:02 +01:00
- name : HealthChecks-UI__HealthChecks__10__Uri
2020-07-28 17:36:43 +05:30
key : internalurls__orderingbackground__hc
# 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'