Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[RHDM-870] Fix AMQ ping service name #212

Merged
merged 1 commit into from
Mar 11, 2019
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
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