Skip to content

Commit

Permalink
fix: add port to identity keycloak integration test
Browse files Browse the repository at this point in the history
  • Loading branch information
drodriguez-305 committed Feb 28, 2025
1 parent 2121e3c commit bb0276d
Showing 1 changed file with 7 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -47,10 +47,6 @@ identity:
postgresql:
auth:
existingSecret: "integration-test-credentials"
service:
ports:
http: 80
https: 443

operate:
contextPath: "/operate"
Expand Down Expand Up @@ -98,3 +94,10 @@ console:

elasticsearch:
maxUnavailable: 0

keycloak:
service:
ports:
http: 80
https: 443

0 comments on commit bb0276d

Please sign in to comment.