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