flame icon indicating copy to clipboard operation
flame copied to clipboard

[Feature Request] Kubernetes Annotations rework

Open onedr0p opened this issue 3 years ago • 0 comments
trafficstars

Hi 👋🏼

It would be pretty neat if the only required annotation to enable an ingress was flame.pawelmalak/enabled=true. See my comments in the code below:

  # maybe required? could be defaulted to application
  - flame.pawelmalak/type=application
  # optional: defaults to ingress .metadata.name
  - flame.pawelmalak/name
  # optional: defaults to the ingress url returned from the kube api
  - flame.pawelmalak/url
  # optional: defaults to kubernetes
  - flame.pawelmalak/icon

Thanks!

onedr0p avatar Jan 09 '22 04:01 onedr0p