mirror of
https://github.com/lordmathis/dev-cluster.git
synced 2025-12-23 17:14:25 +00:00
Add ghost deployment
This commit is contained in:
14
apps/prod/ghost/ingress.yaml
Normal file
14
apps/prod/ghost/ingress.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
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
|
||||
Reference in New Issue
Block a user