Skip to content

Instantly share code, notes, and snippets.

@lemmy04
Created April 12, 2021 10:57
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
Star You must be signed in to star a gist
Embed
What would you like to do?
Setting a traefik route for portainer
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: portainer
namespace: portainer
spec:
entryPoints:
- websecure
routes:
- match: Host(`portainer.apps.my.lan`)
kind: Rule
services:
- name: portainer
port: 9000
tls: {}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment