Replace Guacamole with Webtop
This commit is contained in:
19
services/Webtop/ingressroute-webtop.yaml
Normal file
19
services/Webtop/ingressroute-webtop.yaml
Normal file
@ -0,0 +1,19 @@
|
||||
apiVersion: traefik.io/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: webtop
|
||||
namespace: webtop
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`remote.spamasaurus.com`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: webtop
|
||||
port: 3001
|
||||
scheme: https
|
||||
serversTransport: insecure-skip-verify
|
||||
middlewares:
|
||||
- name: 2fa-authentication@file
|
||||
- name: security-headers@file
|
Reference in New Issue
Block a user