Skip to content

Commit

Permalink
Merge pull request #53 from sutaakar/template-fix
Browse files Browse the repository at this point in the history
RHPAM-802: Fix the HTTPS route service target
  • Loading branch information
errantepiphany committed May 2, 2018
2 parents 008d244 + f902d20 commit 6ef5b73
Show file tree
Hide file tree
Showing 8 changed files with 13 additions and 13 deletions.
4 changes: 2 additions & 2 deletions templates/rhpam70-authoring.yaml
Expand Up @@ -316,7 +316,7 @@ objects:
spec:
host: "${BUSINESS_CENTRAL_HOSTNAME_HTTPS}"
to:
name: secure-${APPLICATION_NAME}-rhpamcentr
name: ${APPLICATION_NAME}-rhpamcentr
port:
targetPort: https
tls:
Expand Down Expand Up @@ -350,7 +350,7 @@ objects:
spec:
host: "${EXECUTION_SERVER_HOSTNAME_HTTPS}"
to:
name: secure-${APPLICATION_NAME}-kieserver
name: ${APPLICATION_NAME}-kieserver
port:
targetPort: https
tls:
Expand Down
2 changes: 1 addition & 1 deletion templates/rhpam70-kieserver-externaldb.yaml
Expand Up @@ -300,7 +300,7 @@ objects:
spec:
host: "${EXECUTION_SERVER_HOSTNAME_HTTPS}"
to:
name: "secure-${APPLICATION_NAME}-kieserver"
name: "${APPLICATION_NAME}-kieserver"
port:
targetPort: https
tls:
Expand Down
2 changes: 1 addition & 1 deletion templates/rhpam70-kieserver-mysql.yaml
Expand Up @@ -317,7 +317,7 @@ objects:
spec:
host: "${EXECUTION_SERVER_HOSTNAME_HTTPS}"
to:
name: "secure-${APPLICATION_NAME}-kieserver"
name: "${APPLICATION_NAME}-kieserver"
port:
targetPort: https
tls:
Expand Down
2 changes: 1 addition & 1 deletion templates/rhpam70-kieserver-postgresql.yaml
Expand Up @@ -317,7 +317,7 @@ objects:
spec:
host: "${EXECUTION_SERVER_HOSTNAME_HTTPS}"
to:
name: "secure-${APPLICATION_NAME}-kieserver"
name: "${APPLICATION_NAME}-kieserver"
port:
targetPort: https
tls:
Expand Down
2 changes: 1 addition & 1 deletion templates/rhpam70-prod-immutable-kieserver.yaml
Expand Up @@ -322,7 +322,7 @@ objects:
spec:
host: "${EXECUTION_SERVER_HOSTNAME_HTTPS}"
to:
name: "secure-${APPLICATION_NAME}-kieserver"
name: "${APPLICATION_NAME}-kieserver"
port:
targetPort: https
tls:
Expand Down
2 changes: 1 addition & 1 deletion templates/rhpam70-prod-immutable-monitor.yaml
Expand Up @@ -286,7 +286,7 @@ objects:
spec:
host: "${BUSINESS_CENTRAL_HOSTNAME_HTTPS}"
to:
name: "secure-${APPLICATION_NAME}-rhpamcentrmon"
name: "${APPLICATION_NAME}-rhpamcentrmon"
port:
targetPort: https
tls:
Expand Down
6 changes: 3 additions & 3 deletions templates/rhpam70-prod.yaml
Expand Up @@ -470,7 +470,7 @@ objects:
spec:
host: "${BUSINESS_CENTRAL_HOSTNAME_HTTPS}"
to:
name: "secure-${APPLICATION_NAME}-rhpamcentrmon"
name: "${APPLICATION_NAME}-rhpamcentrmon"
port:
targetPort: https
tls:
Expand Down Expand Up @@ -504,7 +504,7 @@ objects:
spec:
host: "${EXECUTION_SERVER1_HOSTNAME_HTTPS}"
to:
name: "secure-${APPLICATION_NAME}-kieserver-1"
name: "${APPLICATION_NAME}-kieserver-1"
port:
targetPort: https
tls:
Expand Down Expand Up @@ -538,7 +538,7 @@ objects:
spec:
host: "${EXECUTION_SERVER2_HOSTNAME_HTTPS}"
to:
name: "secure-${APPLICATION_NAME}-kieserver-2"
name: "${APPLICATION_NAME}-kieserver-2"
port:
targetPort: https
tls:
Expand Down
6 changes: 3 additions & 3 deletions templates/rhpam70-sit.yaml
Expand Up @@ -473,7 +473,7 @@ objects:
spec:
host: "${BUSINESS_CENTRAL_HOSTNAME_HTTPS}"
to:
name: "secure-${APPLICATION_NAME}-rhpamcentrmon"
name: "${APPLICATION_NAME}-rhpamcentrmon"
port:
targetPort: https
tls:
Expand Down Expand Up @@ -507,7 +507,7 @@ objects:
spec:
host: "${EXECUTION_SERVER1_HOSTNAME_HTTPS}"
to:
name: "secure-${APPLICATION_NAME}-kieserver-1"
name: "${APPLICATION_NAME}-kieserver-1"
port:
targetPort: https
tls:
Expand Down Expand Up @@ -541,7 +541,7 @@ objects:
spec:
host: "${EXECUTION_SERVER2_HOSTNAME_HTTPS}"
to:
name: "secure-${APPLICATION_NAME}-kieserver-2"
name: "${APPLICATION_NAME}-kieserver-2"
port:
targetPort: https
tls:
Expand Down

0 comments on commit 6ef5b73

Please sign in to comment.