Skip to content

Instantly share code, notes, and snippets.

@lemmy04
Created April 12, 2021 10:57
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save lemmy04/dd4fc8d98c8ba9479d08c8e7d0dce4b2 to your computer and use it in GitHub Desktop.
Save lemmy04/dd4fc8d98c8ba9479d08c8e7d0dce4b2 to your computer and use it in GitHub Desktop.
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