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