Refactor Argus,Gotify,Lighttpd
This commit is contained in:
18
services/Argus/ingressroute-argus.yml
Normal file
18
services/Argus/ingressroute-argus.yml
Normal file
@ -0,0 +1,18 @@
|
||||
apiVersion: traefik.containo.us/v1alpha1
|
||||
kind: IngressRoute
|
||||
metadata:
|
||||
name: argus
|
||||
namespace: argus
|
||||
spec:
|
||||
entryPoints:
|
||||
- websecure
|
||||
routes:
|
||||
- match: Host(`release.spamasaurus.com`)
|
||||
kind: Rule
|
||||
services:
|
||||
- name: argus
|
||||
port: 8080
|
||||
middlewares:
|
||||
- name: 2fa-authentication@file
|
||||
- name: security-headers@file
|
||||
- name: compression@file
|
Reference in New Issue
Block a user