Skip to content

Commit

Permalink
fix(keycloak): make the backend path type ImplementationSpecific
Browse files Browse the repository at this point in the history
Signed-off-by: Christoph Görn <[email protected]>
  • Loading branch information
goern committed Aug 30, 2024
1 parent decec4b commit a5fdc50
Showing 1 changed file with 1 addition and 12 deletions.
13 changes: 1 addition & 12 deletions manifests/applications/b4mad-keycloak/ingress.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -10,24 +10,13 @@ spec:
tls:
- hosts:
- keycloak.erdgeschoss.b4mad.net
- admin.keycloak.erdgeschoss.b4mad.net
secretName: keycloak-tls-secret
rules:
- host: keycloak.erdgeschoss.b4mad.net
http:
paths:
- path: "/"
pathType: Prefix
backend:
service:
name: b4mad-erdgeschoss-service
port:
number: 8443
- host: admin.keycloak.erdgeschoss.b4mad.net
http:
paths:
- path: "/"
pathType: Prefix
pathType: ImplementationSpecific
backend:
service:
name: b4mad-erdgeschoss-service
Expand Down

0 comments on commit a5fdc50

Please sign in to comment.