Dapr interface
Container App Dapr configuration.
Properties
app |
Dapr application identifier |
app |
Port on which the Dapr side car |
components | Collection of Dapr components |
enabled | Boolean indicating if the Dapr side car is enabled |
Property Details
appId
Dapr application identifier
appId?: string
Property Value
string
appPort
Port on which the Dapr side car
appPort?: number
Property Value
number
components
enabled
Boolean indicating if the Dapr side car is enabled
enabled?: boolean
Property Value
boolean