diff --git a/cluster/apps/irc/znc/helm-release.yaml b/cluster/apps/irc/znc/helm-release.yaml index c24777f..1505009 100644 --- a/cluster/apps/irc/znc/helm-release.yaml +++ b/cluster/apps/irc/znc/helm-release.yaml @@ -15,21 +15,31 @@ spec: namespace: flux-system values: + # Add init container for pulling znc modules and putting them into the modules directory + initContainers: + - name: pull-module-source + image: alpine:latest + command: ["sh", "-c", "wget https://raw.githubusercontent.com/Zarthus/znc-modules/master/ctcp_notifier.cpp -P /config/modules"] + image: - repository: linuxserver/znc + repository: znc tag: latest + env: TZ: America/New_York PGID: "1000" PUID: "1000" + service: main: ports: http: port: 6501 + probes: liveness: enabled: false + ingress: main: enabled: true @@ -45,6 +55,7 @@ spec: - hosts: - *host secretName: wildcard-main-tls + persistence: config: enabled: true