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

RHPAM-802: Fix the HTTPS route service target #53

Merged
Merged
Show file tree
Hide file tree
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
4 changes: 2 additions & 2 deletions templates/rhpam70-authoring.yaml
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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
Original file line number Diff line number Diff line change
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