apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: test-ingress annotations: nginx.ingress.kubernetes.io/rewrite-target: / spec: rules: - host: test.omroep.nl # Replace with your actual domain http: paths: - path: / pathType: Prefix backend: service: name: test-service port: number: 80