--- apiVersion: networking.k8s.io/v1 kind: Ingress metadata: creationTimestamp: null name: ipam namespace: phpipam-system spec: ingressClassName: nginx rules: - host: ipam.juntotelecom.com.br http: paths: - backend: service: name: ipam port: number: 80 path: / pathType: Prefix status: loadBalancer: {}