From e552218f6dc55bbbd15cc078e0d20ece7a11f80f Mon Sep 17 00:00:00 2001 From: djpbessems Date: Thu, 29 Jul 2021 15:50:09 +0200 Subject: [PATCH] Housekeeping --- services/Authelia/deploy-Authelia.yml | 3 ++- services/PVR/ingressRoute-PVR.yml.template | 8 -------- 2 files changed, 2 insertions(+), 9 deletions(-) diff --git a/services/Authelia/deploy-Authelia.yml b/services/Authelia/deploy-Authelia.yml index a7e2a1a..9c54cae 100644 --- a/services/Authelia/deploy-Authelia.yml +++ b/services/Authelia/deploy-Authelia.yml @@ -16,7 +16,8 @@ spec: spec: containers: - name: authelia - image: authelia/authelia + image: authelia/authelia:master + imagePullPolicy: Always env: - name: TZ value: Europe/Amsterdam diff --git a/services/PVR/ingressRoute-PVR.yml.template b/services/PVR/ingressRoute-PVR.yml.template index c14a00c..4c233e3 100644 --- a/services/PVR/ingressRoute-PVR.yml.template +++ b/services/PVR/ingressRoute-PVR.yml.template @@ -7,14 +7,6 @@ spec: entryPoints: - websecure routes: - - match: Host(`index.pvr.spamasaurus.com`) && (Headers(`X-Api-Key`, ``) || Query(`apikey=`)) - kind: Rule - services: - - name: nzbhydra - port: 5076 - middlewares: - - name: security-headers@file - - name: compression@file - match: Host(`movies.pvr.spamasaurus.com`) && (Headers(`X-Api-Key`, ``) || Query(`apikey=`)) kind: Rule services: