Skip to content

Commit

Permalink
[RHDM-870] Fix AMQ ping service name (#212)
Browse files Browse the repository at this point in the history
ping must be used as Service name as AMQ clustering configuration hard-coded this name.

Signed-off-by: rimolive <ricardo.martinelli.oliveira@gmail.com>
  • Loading branch information
rimolive authored and errantepiphany committed Mar 11, 2019
1 parent 73dd969 commit 6a2b888
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions templates/rhdm74-authoring-ha.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -695,13 +695,13 @@ objects:
selector:
deploymentConfig: ${APPLICATION_NAME}-amq
metadata:
name: ${APPLICATION_NAME}-amq-ping
name: ping
annotations:
description: The JGroups ping port for clustering.
service.alpha.kubernetes.io/tolerate-unready-endpoints: 'true'
labels:
application: ${APPLICATION_NAME}
service: ${APPLICATION_NAME}-amq-ping
service: ping
- kind: Route
apiVersion: v1
id: "${APPLICATION_NAME}-rhdmcentr-http"
Expand Down Expand Up @@ -1436,7 +1436,7 @@ objects:
},
{
"name": "OPENSHIFT_DNS_PING_SERVICE_NAME",
"value": "${APPLICATION_NAME}-amq-ping"
"value": "ping"
},
{
"name": "OPENSHIFT_DNS_PING_SERVICE_PORT",
Expand Down

0 comments on commit 6a2b888

Please sign in to comment.