basic deployment of ghost
This commit is contained in:
17
deployment/ingress.yaml
Normal file
17
deployment/ingress.yaml
Normal 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
|
||||
Reference in New Issue
Block a user