IRC: use djlegolas/unrealircd:6.1.9.1, fix mount paths
This commit is contained in:
@@ -87,8 +87,8 @@ stringData:
|
||||
port 6697;
|
||||
options { tls; }
|
||||
tls-options {
|
||||
certificate "/etc/ssl/irc/tls.crt";
|
||||
key "/etc/ssl/irc/tls.key";
|
||||
certificate "/usr/unrealircd/conf/tls/tls.crt";
|
||||
key "/usr/unrealircd/conf/tls/tls.key";
|
||||
}
|
||||
}
|
||||
|
||||
@@ -156,8 +156,8 @@ stringData:
|
||||
|
||||
/* TLS config */
|
||||
tls {
|
||||
certificate "/etc/ssl/irc/tls.crt";
|
||||
key "/etc/ssl/irc/tls.key";
|
||||
certificate "/usr/unrealircd/conf/tls/tls.crt";
|
||||
key "/usr/unrealircd/conf/tls/tls.key";
|
||||
}
|
||||
}
|
||||
---
|
||||
@@ -410,7 +410,7 @@ spec:
|
||||
spec:
|
||||
containers:
|
||||
- name: unrealircd
|
||||
image: ircd/unrealircd:latest
|
||||
image: djlegolas/unrealircd:6.1.9.1
|
||||
ports:
|
||||
- containerPort: 6667
|
||||
name: irc-plain
|
||||
@@ -420,12 +420,12 @@ spec:
|
||||
name: services-link
|
||||
volumeMounts:
|
||||
- name: unrealircd-config
|
||||
mountPath: /ircd/unrealircd.conf
|
||||
mountPath: /usr/unrealircd/conf/unrealircd.conf
|
||||
subPath: unrealircd.conf
|
||||
- name: unrealircd-data
|
||||
mountPath: /data
|
||||
mountPath: /usr/unrealircd/data
|
||||
- name: irc-tls
|
||||
mountPath: /etc/ssl/irc
|
||||
mountPath: /usr/unrealircd/conf/tls
|
||||
readOnly: true
|
||||
resources:
|
||||
requests:
|
||||
|
||||
Reference in New Issue
Block a user