basic deployment of ghost

This commit is contained in:
2024-09-17 18:48:26 +02:00
commit 2d1a643cb2
6 changed files with 100 additions and 0 deletions

17
deployment/ingress.yaml Normal file
View File

@@ -0,0 +1,17 @@
apiVersion: traefik.io/v1alpha1
kind: IngressRoute
metadata:
name: anydev-ingressroute
spec:
entryPoints:
- websecure
routes:
- match: Host(`anydev.info`)
kind: Rule
services:
- name: anydev-web
port: 2368
tls:
certResolver: default-tls