eindelijk weer eens een push
This commit is contained in:
Executable
+31
@@ -0,0 +1,31 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: foundryvtt-http
|
||||
namespace: foundryvtt
|
||||
spec:
|
||||
entryPoints:
|
||||
- web
|
||||
routes:
|
||||
- match: Host(`dandd-dvt.allarddcs.nl`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: foundryvtt
|
||||
port: 30000
|
||||
---
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: foundryvtt-tls
|
||||
namespace: foundryvtt
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`dandd-dvt.allarddcs.nl`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: foundryvtt
|
||||
port: 30000
|
||||
tls:
|
||||
certResolver: letsencrypt
|
||||
Reference in New Issue
Block a user