Skip to content

DoD-Platform-One/Redis

Repository files navigation

redis

Version: 24.1.2-bb.1 AppVersion: 8.4.0 Maintenance Track: bb_maintained

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.

Upstream References

Upstream Release Notes

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)

Learn More

Pre-Requisites

  • Kubernetes Cluster deployed
  • Kubernetes config installed in ~/.kube/config
  • Helm installed

Install Helm

https://helm.sh/docs/intro/install/

Deployment

  • Clone down the repository
  • cd into directory
helm install redis chart/

Values

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

Contributing

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.

Releases

No releases published

Packages

No packages published

Contributors 17