@Hinodeya You can Cheek Your annotation in your manifest

ddjaoudi:
@Hinodeya You can Cheek Your annotation in your manifest

Hinodeya:
What do you mean ?

Hinodeya:
The question if I need to rewrite where can i find the information Imean this manifest is valid ?

apiVersion: <http://networking.k8s.io/v1|networking.k8s.io/v1>
kind: Ingress
metadata:
  name: minimal-ingress
  annotations:
    <http://nginx.ingress.kubernetes.io/rewrite-target|nginx.ingress.kubernetes.io/rewrite-target>: /
spec:
  rules:
  - http:
      paths:
      - path: /testpath
        pathType: Prefix
        backend:
          service:
            name: test
            port:
              number: 80

Fernando Jimenez:
Are you looking for the nginx controller annotations documentation?
https://kubernetes.github.io/ingress-nginx/user-guide/nginx-configuration/annotations/