apiVersion: networking.k8s.io/v1 kind: Ingress metadata: annotations: konghq.com/strip-path: "true" plugins.konghq.com: jwt, cors name: orders-efs-pod-ing namespace: default spec: ingressClassName: kong rules: - host: nginx-test.accionbreeze.com http: paths: - backend: service: name: orders-efs-pod port: number: 80 path: / pathType: ImplementationSpecific