--- apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: journal-wiki annotations: kubernetes.io/ingress.class: haproxy spec: rules: - host: journal-wiki.lan http: paths: - path: / pathType: Prefix backend: service: name: journal-wiki port: number: 8080 # EOF