Skip to content

Instantly share code, notes, and snippets.

@finesse-fingers
Created August 12, 2021 02:22
Show Gist options
  • Save finesse-fingers/83ef87583f96d97702b2c9b7e70e3183 to your computer and use it in GitHub Desktop.
Save finesse-fingers/83ef87583f96d97702b2c9b7e70e3183 to your computer and use it in GitHub Desktop.
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