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