try to expose znc externally
This commit is contained in:
parent
0694600119
commit
6a3821e9a9
|
@ -31,14 +31,23 @@ spec:
|
|||
name: config
|
||||
|
||||
image:
|
||||
repository: ghcr.io/seanomik/docker-znc-ldap
|
||||
tag: latest
|
||||
repository: znc
|
||||
tag: "1.8.2"
|
||||
|
||||
service:
|
||||
main:
|
||||
ports:
|
||||
http:
|
||||
port: 6501
|
||||
irc:
|
||||
enabled: true
|
||||
type: NodePort
|
||||
ports:
|
||||
irc:
|
||||
enabled: true
|
||||
port: 6667
|
||||
protocol: TCP
|
||||
nodePort: 30652
|
||||
|
||||
probes:
|
||||
liveness:
|
||||
|
|
Loading…
Reference in New Issue