mirror of
https://github.com/k8s-at-home/charts.git
synced 2025-02-03 07:49:03 +00:00
062db282ed
* initial commit - unifi controller chart Signed-off-by: Jeff Billimek <jeff@billimek.com> * enabling persistence by default, per guidelines Signed-off-by: Jeff Billimek <jeff@billimek.com> * enabling persistence by default, per guidelines Signed-off-by: Jeff Billimek <jeff@billimek.com> * changes requested in PR * Pegging to a certain version for the chart (0.1.0) until otherwise directed * Using consistent indentation for lists * Using camelCase * updating app version to current (5.8.28) Signed-off-by: Jeff Billimek <jeff@billimek.com> * correcting linting failures Signed-off-by: Jeff Billimek <jeff@billimek.com> * adding OWNERS for more timely merges in the future Signed-off-by: Jeff Billimek <jeff@billimek.com> * Correcting inconsistent service definitions * fixing inconsistencies with service port & name definitions as described in PR * bumping app version to current * correcting typo in Charts.yaml Signed-off-by: Jeff Billimek <jeff@billimek.com> * correcting ingress servicePort definition Signed-off-by: Jeff Billimek <jeff@billimek.com> * correcting ingress servicePort definition Signed-off-by: Jeff Billimek <jeff@billimek.com> Signed-off-by: Jeff Billimek <jeff@billimek.com> * adding missing NodePort settings Signed-off-by: Jeff Billimek <jeff@billimek.com> * Expanding service definitions * The values and readme reflect that the various services (deployment, stun, gui, controller) can handle annotations, but there is no use of those in the templates. This is now fixed * Added externalTrafficPolicy to all services * Some of these changes were requested via https://github.com/billimek/billimek-charts/issues/3 Signed-off-by: Jeff Billimek <jeff@billimek.com> * switching to apps/v1 Signed-off-by: Jeff Billimek <jeff@billimek.com> |
||
---|---|---|
.github | ||
charts | ||
.gitignore | ||
CONTRIBUTING.md | ||
ct.yaml | ||
LICENSE | ||
README.md |
k8s@Home collection of helm charts
Usage
Helm must be installed to use the charts. Please refer to Helm's documentation to get started.
Once Helm is set up properly, add the repo as follows:
helm repo add k8s-at-home https://k8s-at-home.com/charts/
You can then run helm search repo k8s-at-home
to see the charts.
Charts
See artifact hub for a complete list.
Contributing
See CONTRIBUTING.md