diff --git a/cluster/apps/irc/znc/helm-release.yaml b/cluster/apps/irc/znc/helm-release.yaml index 448db7e..679b8ff 100644 --- a/cluster/apps/irc/znc/helm-release.yaml +++ b/cluster/apps/irc/znc/helm-release.yaml @@ -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: