Commit Graph

6 Commits

Author SHA1 Message Date
Alex Vandiver
1217509ea6 email_server: Open port 25 and document EMAIL_GATEWAY_PATTERN. 2025-07-25 17:19:20 -05:00
Alessandro Ogier
bde1d6bb31 kubernetes: Configure HTTPS when not DISABLE_HTTPS. 2025-01-16 09:15:32 -08:00
Mikael Schirén
652a1e6bbc helm: Add sidebar support with an example. 2024-09-26 11:25:30 -07:00
Mikael Schirén
6361d301c0 helm: Use templates in NOTES.txt for better advice.
This logic is should give the correct Zulip URL in a wider range of 
configurations.
2024-09-25 15:46:40 -07:00
Mikael Schirén
0aac179db6 helm: Update outdated dependencies. 2024-09-25 15:39:58 -07:00
Gergo Torcsvari
26c0b812e8 Add helm chart
A helm chart is added for the installation of Zulip into Kubernetes
clusters. The chart is based on a version of PR #287, but contains
significant changes.

The chart depends on Bitnami helm charts for the installation of
Memcached, Postgresql, Rabbitmq and Redis.

The chart includes the possibility to add `postSetup` scripts which
are mounted to `/data/post-setup.d` and executed by the docker-zulip
Docker container.

More information can be found in the chart's README in
kubernetes/chart/zulip/README.md
2022-05-10 17:45:49 -07:00