Skip to content

Commit

Permalink
add healthcheck property to rep_windows config template
Browse files Browse the repository at this point in the history
  • Loading branch information
plamen-bardarov authored and ameowlia committed Sep 25, 2024
1 parent fe3aae7 commit 7dce014
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions jobs/rep_windows/templates/rep.json.erb
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@
disk_mb: p("diego.executor.disk_capacity_mb").to_s,
enable_declarative_healthcheck: p("enable_declarative_healthcheck"),
declarative_healthcheck_path: p("declarative_healthcheck_path"),
enable_healthcheck_metrics: p("enable_healthcheck_metrics"),
enable_container_proxy: p("containers.proxy.enabled"),
container_proxy_require_and_verify_client_certs: p("containers.proxy.require_and_verify_client_certificates"),
container_proxy_trusted_ca_certs: p("containers.proxy.trusted_ca_certificates"),
Expand Down

0 comments on commit 7dce014

Please sign in to comment.