Fix CIDR address in reverse proxy
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Tyler Perkins 2023-12-28 22:52:10 -05:00
parent 110af2a0ae
commit c335bc55e9
Signed by: tyler
GPG Key ID: 03B27509E17EFDC8

View File

@ -51,7 +51,7 @@ spec:
- name: ND_REVERSEPROXYUSERHEADER
value: "X-authentik-username"
- name: ND_REVERSEPROXYWHITELIST
value: "192.168.1.100"
value: "192.168.1.100/32"
volumeMounts:
- name: data
mountPath: "/data"