Files
dev-cluster/apps/prod/ghost/ingress.yaml
2025-03-23 16:14:42 +01:00

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