Skip to content

Commit

Permalink
Add Keycloak health check port in OpenShift template
Browse files Browse the repository at this point in the history
  • Loading branch information
sarkikos committed Jan 28, 2025
1 parent a222ca7 commit b68b0d9
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 0 deletions.
3 changes: 3 additions & 0 deletions keycloak/openshift/rahti2/template-keycloak-devel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ objects:
- name: keycloak
port: 8080
targetPort: 8080
- name: keycloak-health
port: 9000
targetPort: 9000
selector:
app: keycloak-devel

Expand Down
3 changes: 3 additions & 0 deletions keycloak/openshift/rahti2/template-keycloak-production.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ objects:
- name: keycloak
port: 8080
targetPort: 8080
- name: keycloak-health
port: 9000
targetPort: 9000
selector:
app: keycloak-production

Expand Down
3 changes: 3 additions & 0 deletions keycloak/openshift/rahti2/template-keycloak-qa.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ objects:
- name: keycloak
port: 8080
targetPort: 8080
- name: keycloak-health
port: 9000
targetPort: 9000
selector:
app: keycloak-qa

Expand Down

0 comments on commit b68b0d9

Please sign in to comment.