Template:Path ex

From wikieduonline
Jump to navigation Jump to search
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

Advertising: