apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: prod-panel-bk-ig namespace: prod-panel-bk-ns annotations: nginx.ingress.kubernetes.io/ssl-redirect: "true" ingress.kubernetes.io/ssl-redirect: "true" ingress.kubernetes.io/force-ssl-redirect: "true" kubernetes.io/ingress.class: "nginx" nginx.ingress.kubernetes.io/client-max-body-size: "100M" spec: ingressClassName: nginx rules: - host: pb.articulacion.com.co http: paths: - pathType: Prefix path: "/" backend: service: name: prod-panel-bk-sr port: number: 80 tls: - hosts: - pb.articulacion.com.co secretName: prod-panel-bk-sc