apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: flux-receiver namespace: flux-system annotations: nginx.ingress.kubernetes.io/backend-protocol: "HTTP" spec: ingressClassName: nginx rules: - host: flux.marcin00.pl http: paths: - path: / pathType: Prefix backend: service: name: notification-controller port: number: 80