Skip to content

Commit

Permalink
Merge pull request #100 from microsoft/enable-service-health-checks
Browse files Browse the repository at this point in the history
Enable AppHealthChecks for Prod services
  • Loading branch information
bradarm authored Aug 1, 2024
2 parents 8b95f82 + f7f61dd commit cd01965
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions chart/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,7 @@ services:
appConfig:
- name: messageResponseTimeoutMS
value: 15000
appHealthChecks: false
appHealthChecks: true
appName: platform-mts
buildService:
dockerFile: Dockerfile.buildsvc.app
Expand All @@ -199,7 +199,7 @@ services:
workingDir: /workspaces/platform-mts
deployment:
appName: platform-deployment
appHealthChecks: false
appHealthChecks: true
buildService:
dockerFile: Dockerfile.buildsvc.app
contextDir: build/dotnet
Expand Down Expand Up @@ -256,7 +256,7 @@ services:
- name: enableRoutingToMTS
value: true
appName: vth
appHealthChecks: false
appHealthChecks: true
buildService:
dockerFile: Dockerfile.buildsvc.app
contextDir: build/dotnet
Expand All @@ -281,7 +281,7 @@ services:
- name: messageResponseTimeoutMS
value: 15000
appName: hostsvc-sensor
appHealthChecks: false
appHealthChecks: true
buildService:
dockerFile: Dockerfile.buildsvc.app
contextDir: build/dotnet
Expand Down Expand Up @@ -309,7 +309,7 @@ services:
- name: allowLinksToDeploymentSvc
value: false
appName: hostsvc-link
appHealthChecks: false
appHealthChecks: true
buildService:
dockerFile: Dockerfile.buildsvc.app
contextDir: build/dotnet
Expand Down Expand Up @@ -337,7 +337,7 @@ services:
- name: writeTelemetryToLog
value: true
appName: hostsvc-logging
appHealthChecks: false
appHealthChecks: true
buildService:
dockerFile: Dockerfile.buildsvc.app
contextDir: build/dotnet
Expand All @@ -356,7 +356,7 @@ services:
workingDir: /workspaces/hostsvc-logging
position:
appName: hostsvc-position
appHealthChecks: false
appHealthChecks: true
buildService:
dockerFile: Dockerfile.buildsvc.app
contextDir: build/dotnet
Expand Down

0 comments on commit cd01965

Please sign in to comment.