Skip to content

Instantly share code, notes, and snippets.

@andersonkxiass
Created March 25, 2020 01:58
Show Gist options
  • Save andersonkxiass/5f6d2aa8c0ba301be64b095a93f33af9 to your computer and use it in GitHub Desktop.
Save andersonkxiass/5f6d2aa8c0ba301be64b095a93f33af9 to your computer and use it in GitHub Desktop.
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: myingressroute
namespace: default
spec:
entryPoints:
- web
routes:
- match: Host(`whoami.localhost`)
kind: Rule
services:
- name: whoami
port: 80
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment