IRC: fix UnrealIRCd data dir permissions for ircd user
This commit is contained in:
@@ -391,12 +391,15 @@ spec:
|
||||
chmod 644 /tls/server.cert.pem
|
||||
chmod 644 /tls/server.key.pem
|
||||
chown 1000:1000 /tls/server.cert.pem /tls/server.key.pem 2>/dev/null || true
|
||||
chmod 777 /data
|
||||
volumeMounts:
|
||||
- name: irc-tls-secret
|
||||
mountPath: /tls-secret
|
||||
readOnly: true
|
||||
- name: irc-tls
|
||||
mountPath: /tls
|
||||
- name: unrealircd-data
|
||||
mountPath: /data
|
||||
containers:
|
||||
- name: unrealircd
|
||||
image: djlegolas/unrealircd:6.1.9.1
|
||||
|
||||
Reference in New Issue
Block a user