flame
flame copied to clipboard
[Feature Request] Kubernetes Annotations rework
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!