Dont use shared pv, just make a separate one
This commit is contained in:
parent
4bf41a9d5e
commit
76ea851eee
|
@ -37,10 +37,12 @@ spec:
|
|||
sidecars:
|
||||
saslauthd-sidecar:
|
||||
image: dweomer/saslauthd:latest
|
||||
args: ["-O", "/znc-data/saslauthd.conf"]
|
||||
args: ["-a", "ldap", "-d", "1", "-O", "/znc-data/saslauthd.conf"]
|
||||
volumeMounts:
|
||||
- mountPath: /znc-data
|
||||
name: config
|
||||
- mountPath: /var/run/saslauthd
|
||||
name: saslauthd-socket
|
||||
|
||||
env:
|
||||
TZ: America/New_York
|
||||
|
@ -81,7 +83,7 @@ spec:
|
|||
mountPath: /znc-data
|
||||
|
||||
# This shared directory is used to share the unix socket between znc and saslauth
|
||||
shared:
|
||||
saslauthd-socket:
|
||||
enabled: true
|
||||
type: emptyDir
|
||||
mountPath: /var/run/saslauthd/
|
||||
|
|
Loading…
Reference in New Issue