https://github.com/replicate/kustomize-components
A set of components suitable for pulling in with kustomize.
https://github.com/replicate/kustomize-components
Last synced: 4 months ago
JSON representation
A set of components suitable for pulling in with kustomize.
- Host: GitHub
- URL: https://github.com/replicate/kustomize-components
- Owner: replicate
- License: apache-2.0
- Created: 2024-08-06T10:34:22.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-29T16:01:52.000Z (about 1 year ago)
- Last Synced: 2025-01-05T22:06:38.943Z (about 1 year ago)
- Language: Shell
- Homepage:
- Size: 29.3 KB
- Stars: 0
- Watchers: 6
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# kustomize-components
This is a set of components suitable for pulling in via kustomize.
See:
- [redis-base](./redis-base) - base config for redis with TLS (certs, cert rotation, network policies etc)
- [redis-instance](./redis-instance) - a thin wrapper around the redis helm
chart. you may want to directly reference the values.yaml file and extend it
- [redis-tls](./redis-tls) - the above two, combined
- [valkey](./valkey) - a helm chart that provides standalone, HA, and sentinel mode valkey deployments
## development setup
Running `setup` will do _some things_:
```
./script/setup
```
And you will also need:
- [kind](https://kind.sigs.k8s.io/)
- [shfmt](https://github.com/mvdan/sh)
- [shellcheck](https://www.shellcheck.net/)
- [ct](https://github.com/helm/chart-testing)