Skip to content

Commit

Permalink
Align deployment with new management port used by Keycloak
Browse files Browse the repository at this point in the history
keycloak/keycloak#27629

Signed-off-by: Alexander Schwartz <aschwart@redhat.com>
  • Loading branch information
ahus1 committed Apr 4, 2024
1 parent e227810 commit 2d7d339
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions provision/minikube/keycloak/templates/keycloak-monitor.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ spec:
matchLabels:
app: keycloak
podMetricsEndpoints:
# todo: targetPort is deprecated, ask the operator to specify a name instead
- targetPort: 8443
- port: management
scheme: https
tlsConfig:
insecureSkipVerify: true
Expand All @@ -28,4 +27,4 @@ spec:
podMetricsEndpoints:
- port: otel-prometheus
{{ end }}
{{ end }}
{{ end }}

0 comments on commit 2d7d339

Please sign in to comment.