keycloak / keycloak-benchmark

Keycloak Benchmark
https://www.keycloak.org/keycloak-benchmark/
Apache License 2.0
132 stars 74 forks source link

Update to ARM worker node types #1025

Closed kami619 closed 2 weeks ago

kami619 commented 2 weeks ago

Fixes #1022

ahus1 commented 2 weeks ago

Thank you - I think it will be green when you roll back the changes in provision/minikube/keycloak/templates/keycloak.yaml, the build will be green. Still, we might want those changes to be able to test in a mixed cluster, so then they would need to be conditional on an architecture selector.

mhajas commented 2 weeks ago

We can use this in keycloak.yaml

{{ if eq .Values.environment "openshift" }}
ahus1 commented 2 weeks ago

Hm, with the change {{ if eq .Values.environment "openshift" }} we now enforce ARM on OpenShift all the time. We would need to do this only on mixed clusters, as arm would be the default anyway in a pure ARM cluster. I'll comment in the parent issue about what is in scope and what not.