diff options
Diffstat (limited to 'kubernetes/authentication/components/oauth2-proxy/ci/ingress-extra-paths-values.yaml')
-rw-r--r-- | kubernetes/authentication/components/oauth2-proxy/ci/ingress-extra-paths-values.yaml | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/kubernetes/authentication/components/oauth2-proxy/ci/ingress-extra-paths-values.yaml b/kubernetes/authentication/components/oauth2-proxy/ci/ingress-extra-paths-values.yaml new file mode 100644 index 0000000000..e74a393db0 --- /dev/null +++ b/kubernetes/authentication/components/oauth2-proxy/ci/ingress-extra-paths-values.yaml @@ -0,0 +1,14 @@ +ingress: + enabled: true + path: / + pathType: ImplementationSpecific + hosts: + - chart-example.local + extraPaths: + - path: /* + pathType: ImplementationSpecific + backend: + service: + name: ssl-redirect + port: + name: use-annotation |