2019-02-06 10:21:47 +01:00
replicaCount : 1
clusterName : eshop-aks
pathBase : /webhooks-api
image :
2019-02-06 19:59:26 +01:00
repository : eshop/webhooks.api
2019-02-06 10:21:47 +01:00
tag : latest
pullPolicy : IfNotPresent
service :
type : ClusterIP
port : 80
ingress :
2019-02-06 19:59:26 +01:00
enabled : true
2019-02-06 10:21:47 +01:00
annotations : {}
hosts :
- chart-example.local
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 : ConnectionString
key : webhooks__ConnectionString
- name : ApplicationInsights__InstrumentationKey
key : all__InstrumentationKey
- name : EventBusConnection
key : all__EventBusConnection
- name : AzureServiceBusEnabled
key : all__UseAzureServiceBus
- name : IdentityUrl
key : urls__IdentityUrl
- name : IdentityUrlExternal
key : urls__IdentityUrlExternal
2021-05-05 14:48:19 +05:30
- name : OTEL_EXPORTER_TOOL_ENDPOINT
key : urls__Otel__ExporterEndpoint
2019-02-06 10:21:47 +01: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'
2021-05-05 14:48:19 +05:30
- name : OTEL_USE_EXPORTER
value : 'zipkin'
2019-02-06 10:21:47 +01:00