Skip to content

Commit

Permalink
engine-api has a proper health endpoint now
Browse files Browse the repository at this point in the history
  • Loading branch information
thijskh committed Oct 23, 2024
1 parent 91f6c5e commit 9c704b5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions environments/template/group_vars/template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ attribute_aggregation_gui_version: "3.0.6"
attribute_aggregation_server_version: "3.0.6"
oidc_playground_client_version: "3.0.0"
oidc_playground_server_version: "3.0.0"
engine_version: "6.9.1"
engine_version: "6.15.0"
manage_gui_version: "7.3.3-SNAPSHOT"
manage_server_version: "7.3.3-SNAPSHOT"
lifecycle_version: "0.1.1"
Expand Down Expand Up @@ -596,7 +596,7 @@ haproxy_applications:
- name: engine_api
vhost_name: engine-api.{{ base_domain }}
ha_method: "GET"
ha_url: "/"
ha_url: "/health"
port: "{{ loadbalancing.engine_api.port }}"
servers: "{{php_servers}}"
restricted: yes
Expand Down
4 changes: 2 additions & 2 deletions environments/vm/group_vars/vm.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ attribute_aggregation_gui_version: "3.0.6"
attribute_aggregation_server_version: "3.0.6"
oidc_playground_client_version: "3.0.0"
oidc_playground_server_version: "3.0.0"
engine_version: "6.9.1"
engine_version: "6.15.0"
manage_gui_version: "7.3.3-SNAPSHOT"
manage_server_version: "7.3.3-SNAPSHOT"
lifecycle_version: "0.1.1"
Expand Down Expand Up @@ -498,7 +498,7 @@ haproxy_applications:
- name: engine_api
vhost_name: engine-api.{{ base_domain }}
ha_method: "GET"
ha_url: "/"
ha_url: "/health"
port: "{{ loadbalancing.engine_api.port }}"
servers: "{{php_servers}}"

Expand Down

0 comments on commit 9c704b5

Please sign in to comment.