Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save smartexpert/a6a1ccce912802b3574852823654de6e to your computer and use it in GitHub Desktop.
Save smartexpert/a6a1ccce912802b3574852823654de6e to your computer and use it in GitHub Desktop.
---
apiVersion: traefik.containo.us/v1alpha1
kind: IngressRoute
metadata:
name: blog
namespace: default
spec:
entryPoints:
- secure
routes:
- match: Host(`blog.mydomain.net`)
kind: Rule
services:
- name: blog
port: 2368
tls: true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment