From 797089e8685dce523ec6844967c4a83f3a2210a9 Mon Sep 17 00:00:00 2001 From: Danny Bessems Date: Mon, 28 Apr 2025 20:11:32 +1000 Subject: [PATCH] Reconfigure Authelia storage --- .../Authelia/persistentvolume-flexvolsmb-authelia-conf.yaml | 2 +- .../Authelia/persistentvolume-flexvolsmb-authelia-redis.yaml | 2 +- services/Authelia/service-authelia.yaml | 1 + 3 files changed, 3 insertions(+), 2 deletions(-) diff --git a/services/Authelia/persistentvolume-flexvolsmb-authelia-conf.yaml b/services/Authelia/persistentvolume-flexvolsmb-authelia-conf.yaml index 45fe64e..2ffbf2c 100644 --- a/services/Authelia/persistentvolume-flexvolsmb-authelia-conf.yaml +++ b/services/Authelia/persistentvolume-flexvolsmb-authelia-conf.yaml @@ -14,5 +14,5 @@ spec: name: flexvolsmb-credentials options: opts: file_mode=0600,dir_mode=0600,iocharset=utf8,nobrl - server: 192.168.154.225 + server: 192.168.154.195 share: /K3s.Volumes/authelia/conf diff --git a/services/Authelia/persistentvolume-flexvolsmb-authelia-redis.yaml b/services/Authelia/persistentvolume-flexvolsmb-authelia-redis.yaml index c0277de..0a7543b 100644 --- a/services/Authelia/persistentvolume-flexvolsmb-authelia-redis.yaml +++ b/services/Authelia/persistentvolume-flexvolsmb-authelia-redis.yaml @@ -14,5 +14,5 @@ spec: name: flexvolsmb-credentials options: opts: file_mode=0700,dir_mode=0700,uid=999,gid=1000,iocharset=utf8,nobrl - server: 192.168.154.225 + server: 192.168.154.195 share: /K3s.Volumes/authelia/redis diff --git a/services/Authelia/service-authelia.yaml b/services/Authelia/service-authelia.yaml index 2817e4e..7aee11c 100644 --- a/services/Authelia/service-authelia.yaml +++ b/services/Authelia/service-authelia.yaml @@ -4,6 +4,7 @@ metadata: name: authelia namespace: authelia spec: + externalTrafficPolicy: Local ports: - protocol: TCP name: web