aboutsummaryrefslogtreecommitdiffstats
path: root/kubernetes/platform/components/oauth2-proxy/components/oauth2-proxy/ci/ingress-extra-paths-values.yaml
blob: e74a393db0d1b9fe68718f655f5eab46fdca42ba (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
ingress:
  enabled: true
  path: /
  pathType: ImplementationSpecific
  hosts:
    - chart-example.local
  extraPaths:
    - path: /*
      pathType: ImplementationSpecific
      backend:
        service:
          name: ssl-redirect
          port:
            name: use-annotation