Add possibility to add Ingress annotations
Author: jancespivoCreated Jun 6, 2024Updated Jul 6, 2026
Labelskind/featurelifecycle/stale
What would you like to be added?
Add possibility to add Ingress annotations ie. via
services:
web:
labels:
kompose.service.expose.ingress.annotation.<custom-annotation-key>: <custom-annotation-value>Why is this needed?
ingress-nginx uses Ingress annotation to modify its behavior, for example to setup mTLS authentication
Source: kubernetes/kompose