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