Skip to content

Commit

Permalink
Merge pull request #97 from microsoft/adjusting-timings
Browse files Browse the repository at this point in the history
adjusting timings
  • Loading branch information
bradarm authored Jul 31, 2024
2 parents ca0e10e + 19f5840 commit 6ed71cc
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 3 deletions.
8 changes: 5 additions & 3 deletions chart/templates/_dapr.tpl
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ dapr.io/app-protocol: "grpc"
dapr.io/app-port: "50051"
dapr.io/log-level: {{ $globalValues.dapr.logLevel | quote }}
dapr.io/enable-api-logging: "true"
dapr.io/enable-app-health-check: "true"
dapr.io/app-health-probe-interval: "5"
dapr.io/app-health-probe-timeout: "10000"
dapr.io/app-health-threshold: "50"
dapr.io/app-health-probe-timeout: "3000"
dapr.io/app-health-threshold: "100"
{{- if $serviceValues.debugShim }}
dapr.io/enable-app-health-check: "true"
dapr.io/sidecar-liveness-probe-delay-seconds: "2"
dapr.io/sidecar-liveness-probe-period-seconds: "2"
dapr.io/sidecar-liveness-probe-threshold: "9999"
{{- else }}
dapr.io/enable-app-health-check: {{ $serviceValues.appHealthCheck | quote }}
{{- end }}
{{- end }}
8 changes: 8 additions & 0 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ services:
appConfig:
- name: messageResponseTimeoutMS
value: 15000
appHealthCheck: false
appName: platform-mts
buildService:
dockerFile: Dockerfile.buildsvc.app
Expand All @@ -198,6 +199,7 @@ services:
workingDir: /workspaces/platform-mts
deployment:
appName: platform-deployment
appHealthCheck: false
buildService:
dockerFile: Dockerfile.buildsvc.app
contextDir: build/dotnet
Expand Down Expand Up @@ -254,6 +256,7 @@ services:
- name: enableRoutingToMTS
value: true
appName: vth
appHealthCheck: false
buildService:
dockerFile: Dockerfile.buildsvc.app
contextDir: build/dotnet
Expand All @@ -278,6 +281,7 @@ services:
- name: messageResponseTimeoutMS
value: 15000
appName: hostsvc-sensor
appHealthCheck: false
buildService:
dockerFile: Dockerfile.buildsvc.app
contextDir: build/dotnet
Expand Down Expand Up @@ -305,6 +309,7 @@ services:
- name: allowLinksToDeploymentSvc
value: false
appName: hostsvc-link
appHealthCheck: false
buildService:
dockerFile: Dockerfile.buildsvc.app
contextDir: build/dotnet
Expand Down Expand Up @@ -332,6 +337,7 @@ services:
- name: writeTelemetryToLog
value: true
appName: hostsvc-logging
appHealthCheck: false
buildService:
dockerFile: Dockerfile.buildsvc.app
contextDir: build/dotnet
Expand All @@ -350,6 +356,7 @@ services:
workingDir: /workspaces/hostsvc-logging
position:
appName: hostsvc-position
appHealthCheck: false
buildService:
dockerFile: Dockerfile.buildsvc.app
contextDir: build/dotnet
Expand Down Expand Up @@ -399,6 +406,7 @@ services:
serviceAccount:
enabled: false
appContext: null
appHealthCheck: false
appName: payloadappTemplate
appGroup: payloadappGroup
correlationId: null
Expand Down

0 comments on commit 6ed71cc

Please sign in to comment.