Closed
Description
If you have something like:
version: '2'
services:
web:
labels:
kompose.service.expose: dev.example.com
kompose.service.expose.tls-secret: tls-secret
kompose.service.type: clusterip
kubernetes.io/ingress.class: nginx
certmanager.k8s.io/cluster-issuer: letsencrypt-prod
nginx.ingress.kubernetes.io/rewrite-target: /
ports:
- '80:80'
the annotations related to the ingress controller are not present in the Ingress
object (they're there in Service
and Deployment
).