Redis(R) is an open source, advanced key-value store. It is often referred to as a data structure server since keys can contain strings, hashes, lists, sets and sorted sets.
This package has no upstream release note links on file. Please add some to chart/Chart.yaml under annotations.bigbang.dev/upstreamReleaseNotesMarkdown.
Example:
annotations:
bigbang.dev/upstreamReleaseNotesMarkdown: |
- [Find our upstream chart's CHANGELOG here](https://link-goes-here/CHANGELOG.md)
- [and our upstream application release notes here](https://another-link-here/RELEASE_NOTES.md)- Kubernetes Cluster deployed
- Kubernetes config installed in
~/.kube/config - Helm installed
Install Helm
https://helm.sh/docs/intro/install/
- Clone down the repository
- cd into directory
helm install redis chart/| Key | Type | Default | Description |
|---|---|---|---|
| hostname | string | "dev.bigbang.mil" |
|
| istio.enabled | bool | false |
|
| istio.hardened.enabled | bool | false |
|
| istio.hardened.outboundTrafficPolicyMode | string | "REGISTRY_ONLY" |
|
| istio.hardened.customServiceEntries | list | [] |
|
| istio.hardened.customAuthorizationPolicies | list | [] |
|
| istio.redis.enabled | bool | false |
|
| istio.redis.labels | object | {} |
|
| istio.redis.annotations | object | {} |
|
| istio.redis.gateway.port | int | 15443 |
|
| istio.redis.hosts[0] | string | "*" |
|
| monitoring.enabled | bool | false |
|
| cleanUpgrade.enabled | bool | false |
|
| cleanUpgrade.image | string | "registry1.dso.mil/ironbank/big-bang/base:2.1.0" |
|
| cleanUpgrade.redisLabel | string | "" |
|
| cleanUpgrade.resources.requests.memory | string | "256Mi" |
|
| cleanUpgrade.resources.requests.cpu | string | "100m" |
|
| cleanUpgrade.resources.limits.memory | string | "256Mi" |
|
| cleanUpgrade.resources.limits.cpu | string | "100m" |
|
| networkPolicies.enabled | bool | true |
|
| networkPolicies.controlPlaneCidr | string | "0.0.0.0/0" |
|
| upstream | object | Upstream chart values | Values to pass to the upstream redis chart |
Please see the contributing guide if you are interested in contributing.
This file is programatically generated using helm-docs and some BigBang-specific templates. The gluon repository has instructions for regenerating package READMEs.