You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
21 lines
451 B
21 lines
451 B
apiVersion: traefik.containo.us/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
labels:
|
|
sapian-app: hedgedoc
|
|
name: hackmd-redirec-hedgedoc
|
|
namespace: hedgedoc
|
|
spec:
|
|
entryPoints:
|
|
- websecure
|
|
routes:
|
|
- kind: Rule
|
|
match: Host(`hackmd.sapian.cloud`) && PathPrefix(`/`)
|
|
middlewares:
|
|
- name: hackmd-redirec-hedgedoc-redirectregex
|
|
services:
|
|
- name: hedgedoc-codimd
|
|
port: 80
|
|
tls:
|
|
secretName: hackmd-sapian-cloud-tls-le
|