Skip to content

Commit

Permalink
Remove HealthCheckPolicy's (#976)
Browse files Browse the repository at this point in the history
* feat: remove HealthCheckPolicy's

* chore: remove the corresponding values
  • Loading branch information
tnotheis authored Dec 12, 2024
1 parent 8c0a607 commit 35687c4
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 70 deletions.
22 changes: 0 additions & 22 deletions helm/templates/consumerapi/healthcheckpolicy.yaml

This file was deleted.

22 changes: 0 additions & 22 deletions helm/templates/sseserver/healthcheckpolicy.yaml

This file was deleted.

26 changes: 0 additions & 26 deletions helm/values.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -210,19 +210,6 @@ consumerapi:
# unhealthyThreshold - the number of consecutive failed checks required to mark a backend as unhealthy
unhealthyThreshold: 2

# healthCheckPolicy - only applicable if .Values.global.provider is set to "Azure"; see https://learn.microsoft.com/en-us/azure/application-gateway/for-containers/custom-health-probe for a description of `HealthCheckPolicy`s
healthCheckPolicy:
# hostOverride - the host name that should be used for the health check; if empty, the toplevel `hostname` property is used
hostOverride: ""
# interval - the interval in seconds between health checks
interval: 15
# timeout - the timeout in seconds for each health check
timeout: 15
# healthyThreshold - the number of consecutive successful health checks required to mark a backend as healthy
healthyThreshold: 1
# unhealthyThreshold - the number of consecutive failed health checks required to mark a backend as unhealthy
unhealthyThreshold: 2

#=========================== Database Migrator ===========================

databasemigrator:
Expand Down Expand Up @@ -540,19 +527,6 @@ sseserver:
# unhealthyThreshold - the number of consecutive failed checks required to mark a backend as unhealthy
unhealthyThreshold: 2

# healthCheckPolicy - only applicable if .Values.global.provider is set to "Azure"; see https://learn.microsoft.com/en-us/azure/application-gateway/for-containers/custom-health-probe for a description of `HealthCheckPolicy`s
healthCheckPolicy:
# hostOverride - the host name that should be used for the health check; if empty, the toplevel `hostname` property is used
hostOverride: ""
# interval - the interval in seconds between health checks
interval: 15
# timeout - the timeout in seconds for each health check
timeout: 15
# healthyThreshold - the number of consecutive successful health checks required to mark a backend as healthy
healthyThreshold: 1
# unhealthyThreshold - the number of consecutive failed health checks required to mark a backend as unhealthy
unhealthyThreshold: 2

global:
# defaultHostname - the default hostname the services should be reachable under (this can be overriden in the individual service configurations)
defaultHostname: ""
Expand Down

0 comments on commit 35687c4

Please sign in to comment.