mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-22 16:44:24 +00:00
14 lines
245 B
YAML
14 lines
245 B
YAML
apiVersion: traefik.io/v1alpha1
|
|
kind: IngressRoute
|
|
metadata:
|
|
name: ghost-ingress
|
|
namespace: ghost
|
|
spec:
|
|
entryPoints:
|
|
- websecure
|
|
routes:
|
|
- match: Host(`${GHOST_DOMAIN}`)
|
|
kind: Rule
|
|
services:
|
|
- name: ghost
|
|
port: 80 |