joeferner / redis-commander

Redis management tool written in node.js
http://joeferner.github.io/redis-commander/
MIT License
3.56k stars 460 forks source link

Helm chart accepts now custom annotations for the Service #536

Closed rafaelromcar closed 9 months ago

rafaelromcar commented 10 months ago

Tested and working in a GCP deployment using annotations for GCP IAP

service:
  annotations:
    cloud.google.com/backend-config: '{"default": "redis-commander"}'
sseide commented 9 months ago

thanks