Philipp B
b5f6629d55
fix(chart): probe indentation ( #590 )
...
No idea why it worked before.. Fixes #588
Signed-off-by: Philipp Born <git@pborn.eu>
Signed-off-by: Philipp Born <git@pborn.eu>
2022-12-21 22:03:12 +02:00
Philipp B
2a67dc307e
feat: add healtcheck for container ( #544 )
...
feat: add netcat based healtcheck
(similar to `redis-cli ping`)
Signed-off-by: Philipp Born <git@pborn.eu>
2022-12-07 16:44:07 +02:00
arukiidou
c698e9c25e
fix(helm): Chart.yaml - Add home, keywords, sources, kubeVersion ( #542 )
...
fix(helm): Chart.yaml - add home, keywords, sources, kubeVersion
Signed-off-by: junya koyama <arukiidou@yahoo.co.jp>
2022-12-07 12:37:35 +02:00
romange
9aa9a78ea5
chore(helm-chart): update to v0.12.0
2022-12-07 04:23:34 +00:00
romange
21ced808c5
chore(helm-chart): update to v0.11.0
2022-11-14 07:40:46 +00:00
romange
805f8c51e2
chore(helm-chart): update to v0.10.0
2022-10-20 15:07:11 +00:00
romange
8f4ea2232c
chore(helm-chart): update to v0.9.1
2022-10-07 15:35:55 +00:00
romange
6765271148
chore(helm-chart): update to v0.9.0
2022-10-04 15:59:47 +00:00
romange
4041b60149
chore(helm-chart): update to v0.8.0
2022-09-18 13:35:09 +00:00
odedponcz
0fbd1afa36
feat: Change tls command line argument to conform with Redis ( #276 )
...
Change tls command line argument to conform with Redis
Signed-off-by: Oded Poncz <oded@poncz.com>
Signed-off-by: Oded Poncz <oded@poncz.com>
2022-09-08 19:32:52 +03:00
romange
a793125599
chore(helm-chart): update to v0.7.0
2022-09-08 13:18:49 +00:00
romange
404629258a
chore(helm-chart): update to v0.6.0
2022-07-29 05:53:30 +00:00
romange
080203ec21
chore(helm-chart): update to v0.4.0
2022-07-05 18:28:37 +00:00
Philipp B
8297c4635d
Helm chart updates (v0.1.1, init command override, TLS configuration, CRs for ServiceMonitor and PrometheusRule objects) ( #105 )
...
* helm-chart: add serviceMonitor
* helm-chart: implement tls
* helm-chart: add prometheusrule
* helm-chart: add parameter to override the container's command
Sample values:
command:
cmd:
- '/bin/sh'
- '-c'
- 'ulimit -l unlimited && dragonfly'
securityContext:
privileged: true
* helm-chart: bump chart appVersion to v0.1.1 and remove hardcoded latest image.tag
2022-06-06 16:26:00 +03:00
Philipp B
7ff6e47332
Initial commit for helm chart ( #57 ) ( #79 )
...
* Initial commit for helm chart
Includes support for
- persistence for /data (if enabled, a Statefulset is deployed)
- mounting extra volumes (for logs, debugging, whatever)
- initContainers (adjusting the pod's ulimit, possibly)
- passing extra arguments to the dragonfly binary through extraArgs
Squashed commit of the following:
caa91a0 helm-chart: initial commit
7ec9ea5 helm-chart: add extraArgs and update README/TODO
e1da96c helm-chart: add StatefulSet for persistence and update chart README
4d81f8a helm-chart: add liveness+readinessProbe
cdf70b3 helm-chart: add initContainers, extraVolumes and extraVolumeMounts
aed0ef1 helm-chart: update README
* add CONTRIBUTORS
2022-06-02 14:01:26 +03:00