Fix CIDR address in reverse proxy
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
110af2a0ae
commit
c335bc55e9
@ -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"
|
||||
|
Loading…
Reference in New Issue
Block a user