fix: disable JVM metrics, prepare for metrics SPI
This commit is contained in:
parent
3c8842563e
commit
fedff63902
@ -26,6 +26,7 @@ Kubernetes: `>= 1.20.0`
|
|||||||
## Operator
|
## Operator
|
||||||
|
|
||||||
https://github.com/keycloak/keycloak/tree/main/operator
|
https://github.com/keycloak/keycloak/tree/main/operator
|
||||||
|
https://github.com/aerogear/keycloak-metrics-spi
|
||||||
https://github.com/keycloak/keycloak-benchmark/tree/main/provision/minikube/keycloak/templates
|
https://github.com/keycloak/keycloak-benchmark/tree/main/provision/minikube/keycloak/templates
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
@ -18,6 +18,7 @@
|
|||||||
## Operator
|
## Operator
|
||||||
|
|
||||||
https://github.com/keycloak/keycloak/tree/main/operator
|
https://github.com/keycloak/keycloak/tree/main/operator
|
||||||
|
https://github.com/aerogear/keycloak-metrics-spi
|
||||||
https://github.com/keycloak/keycloak-benchmark/tree/main/provision/minikube/keycloak/templates
|
https://github.com/keycloak/keycloak-benchmark/tree/main/provision/minikube/keycloak/templates
|
||||||
|
|
||||||
## Resources
|
## Resources
|
||||||
|
@ -4,5 +4,5 @@ gzip: true
|
|||||||
# folder:
|
# folder:
|
||||||
dashboards:
|
dashboards:
|
||||||
- name: keycloak
|
- name: keycloak
|
||||||
url: https://grafana.com/api/dashboards/13106/revisions/3/download
|
url: https://grafana.com/api/dashboards/10441/revisions/2/download
|
||||||
tags: ['Keycloak', 'Auth']
|
tags: ['Keycloak', 'Auth']
|
||||||
|
File diff suppressed because one or more lines are too long
@ -15,7 +15,7 @@ spec:
|
|||||||
- to:
|
- to:
|
||||||
- operation:
|
- operation:
|
||||||
hosts: ["{{ .Values.keycloak.istio.url }}"]
|
hosts: ["{{ .Values.keycloak.istio.url }}"]
|
||||||
paths: ["/metrics*"]
|
paths: ["/auth/realms/master/metrics"]
|
||||||
when:
|
when:
|
||||||
- key: connection.sni
|
- key: connection.sni
|
||||||
values:
|
values:
|
||||||
|
@ -31,8 +31,6 @@ spec:
|
|||||||
- name: db
|
- name: db
|
||||||
value: dev-file
|
value: dev-file
|
||||||
{{- end }}
|
{{- end }}
|
||||||
- name: metrics-enabled
|
|
||||||
value: {{ .Values.keycloak.metrics.enabled | quote }}
|
|
||||||
- name: hostname-strict-https
|
- name: hostname-strict-https
|
||||||
value: "false"
|
value: "false"
|
||||||
- name: proxy
|
- name: proxy
|
||||||
|
Loading…
Reference in New Issue
Block a user