Ingress Path Matching
Jump to navigation
Jump to search
Annotation:
nginx.ingress.kubernetes.io/use-regex
Example[edit]
apiVersion: networking.k8s.io/v1 kind: Ingress metadata: name: test-ingress annotations: nginx.ingress.kubernetes.io/use-regex: "true" spec: ingressClassName: nginx rules: - host: test.com http: paths: - path: /foo/.* pathType: ImplementationSpecific backend: service: name: test port: number: 80
Related[edit]
See also[edit]
pathType: ImplementationSpecific, Prefix, Exact,strict-validate-path-type, Ingress Path Matching- Nginx annotations:
nginx.ingress.kubernetes.io, validate.nginx.ingress.kubernetes.io - NGINX Ingress Controller: ConfigMap ingress-nginx,
UnAvailableLoadBalancer, UpdatedLoadBalancer, ingress-nginx-controller, ingress-nginx-controller-controller-admission, nginx.org/ingress-controller, k8s.io/ingress-nginx, PathType, values.yaml - Regex, Re, ansi-regex
Advertising: