keycloak / keycloak-operator

ARCHIVED Kubernetes Operator for the no longer supported WildFly distribution of Keycloak
Apache License 2.0
432 stars 280 forks source link

Add Annotations to keycloak pod #500

Closed bovigny closed 2 years ago

bovigny commented 2 years ago

Description

Add Annotations to keycloak pod

Discussion

No response

Motivation

Actually we can only use labels for keycloak pod, unfortunately when you want to use multus annotations are necessary

Details

No response

Stefanqn commented 2 years ago

any update on this? We also need it to add metrics annotations to keycloak, e.g.

prometheus.io/scrape: "true"
prometheus.io/path: "/auth/realms/master/metrics"
prometheus.io/port: "8080"
prometheus.io/scheme: "http"