--- apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: web-check namespace: web-check labels: name: web-check spec: rules: - host: web-check.k8s.morthimer.fr http: paths: - pathType: Prefix path: "/" backend: service: name: web-check port: number: 80