Created
August 12, 2021 02:22
-
-
Save finesse-fingers/83ef87583f96d97702b2c9b7e70e3183 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ingress: | |
enabled: true | |
className: "" | |
annotations: | |
kubernetes.io/ingress.class: nginx | |
nginx.ingress.kubernetes.io/rewrite-target: /$1 | |
hosts: | |
- host: kubernetes.docker.internal | |
paths: | |
- path: /my-app-path/?(.*) | |
pathType: Prefix |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment