Files
docker-zulip/.gitignore
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

14 lines
185 B
Plaintext

# OS
.DS_Store
# Various IDEs
.project
.idea/
*.tmproj
# dev files
docker-compose-dev.yml
kubernetes/*-dev.yml
kubernetes/chart/zulip/values-local.yaml
kubernetes/chart/zulip/charts/