v1.24 #51

Merged
stefan merged 42 commits from v1.24 into master 2023-01-22 16:28:46 +00:00
6 changed files with 5 additions and 5 deletions
Showing only changes of commit f04b7726bb - Show all commits

View File

@ -26,6 +26,7 @@ Kubernetes: `>= 1.20.0`
## 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
## Resources

View File

@ -18,6 +18,7 @@
## 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
## Resources

View File

@ -4,5 +4,5 @@ gzip: true
# folder:
dashboards:
- 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']

File diff suppressed because one or more lines are too long

View File

@ -15,7 +15,7 @@ spec:
- to:
- operation:
hosts: ["{{ .Values.keycloak.istio.url }}"]
paths: ["/metrics*"]
paths: ["/auth/realms/master/metrics"]
when:
- key: connection.sni
values:

View File

@ -31,8 +31,6 @@ spec:
- name: db
value: dev-file
{{- end }}
- name: metrics-enabled
value: {{ .Values.keycloak.metrics.enabled | quote }}
- name: hostname-strict-https
value: "false"
- name: proxy