-
Notifications
You must be signed in to change notification settings - Fork 19
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Kristian Zhelyazkov
authored and
Kristian Zhelyazkov
committed
Aug 11, 2023
1 parent
c61c0c3
commit b8e761f
Showing
28 changed files
with
3,978 additions
and
0 deletions.
There are no files selected for viewing
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
dependencies: | ||
- name: crds | ||
repository: "" | ||
version: 0.13.10 | ||
digest: sha256:afb2e9d5b709e7ded68c21f9d033a0a14a1232be270b0966e5ef2722575afc77 | ||
generated: "2023-05-31T15:40:56.282100173+02:00" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
apiVersion: v2 | ||
appVersion: v0.13.10 | ||
dependencies: | ||
- condition: crds.enabled | ||
name: crds | ||
repository: "" | ||
version: 0.13.10 | ||
description: A network load-balancer implementation for Kubernetes using standard | ||
routing protocols | ||
home: https://metallb.universe.tf | ||
icon: https://metallb.universe.tf/images/logo/metallb-white.png | ||
kubeVersion: '>= 1.19.0-0' | ||
name: metallb | ||
sources: | ||
- https://github.com/metallb/metallb | ||
type: application | ||
version: 0.13.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,158 @@ | ||
# metallb | ||
|
||
![Version: 0.13.10](https://img.shields.io/badge/Version-0.13.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.13.10](https://img.shields.io/badge/AppVersion-v0.13.10-informational?style=flat-square) | ||
|
||
A network load-balancer implementation for Kubernetes using standard routing protocols | ||
|
||
**Homepage:** <https://metallb.universe.tf> | ||
|
||
## Source Code | ||
|
||
* <https://github.com/metallb/metallb> | ||
|
||
## Requirements | ||
|
||
Kubernetes: `>= 1.19.0-0` | ||
|
||
| Repository | Name | Version | | ||
|------------|------|---------| | ||
| | crds | 0.13.10 | | ||
|
||
## Values | ||
|
||
| Key | Type | Default | Description | | ||
|-----|------|---------|-------------| | ||
| controller.affinity | object | `{}` | | | ||
| controller.enabled | bool | `true` | | | ||
| controller.image.pullPolicy | string | `nil` | | | ||
| controller.image.repository | string | `"quay.io/metallb/controller"` | | | ||
| controller.image.tag | string | `nil` | | | ||
| controller.labels | object | `{}` | | | ||
| controller.livenessProbe.enabled | bool | `true` | | | ||
| controller.livenessProbe.failureThreshold | int | `3` | | | ||
| controller.livenessProbe.initialDelaySeconds | int | `10` | | | ||
| controller.livenessProbe.periodSeconds | int | `10` | | | ||
| controller.livenessProbe.successThreshold | int | `1` | | | ||
| controller.livenessProbe.timeoutSeconds | int | `1` | | | ||
| controller.logLevel | string | `"info"` | Controller log level. Must be one of: `all`, `debug`, `info`, `warn`, `error` or `none` | | ||
| controller.nodeSelector | object | `{}` | | | ||
| controller.podAnnotations | object | `{}` | | | ||
| controller.priorityClassName | string | `""` | | | ||
| controller.readinessProbe.enabled | bool | `true` | | | ||
| controller.readinessProbe.failureThreshold | int | `3` | | | ||
| controller.readinessProbe.initialDelaySeconds | int | `10` | | | ||
| controller.readinessProbe.periodSeconds | int | `10` | | | ||
| controller.readinessProbe.successThreshold | int | `1` | | | ||
| controller.readinessProbe.timeoutSeconds | int | `1` | | | ||
| controller.resources | object | `{}` | | | ||
| controller.runtimeClassName | string | `""` | | | ||
| controller.securityContext.fsGroup | int | `65534` | | | ||
| controller.securityContext.runAsNonRoot | bool | `true` | | | ||
| controller.securityContext.runAsUser | int | `65534` | | | ||
| controller.serviceAccount.annotations | object | `{}` | | | ||
| controller.serviceAccount.create | bool | `true` | | | ||
| controller.serviceAccount.name | string | `""` | | | ||
| controller.strategy.type | string | `"RollingUpdate"` | | | ||
| controller.tolerations | list | `[]` | | | ||
| crds.enabled | bool | `true` | | | ||
| crds.validationFailurePolicy | string | `"Fail"` | | | ||
| fullnameOverride | string | `""` | | | ||
| imagePullSecrets | list | `[]` | | | ||
| loadBalancerClass | string | `""` | | | ||
| nameOverride | string | `""` | | | ||
| prometheus.controllerMetricsTLSSecret | string | `""` | | | ||
| prometheus.metricsPort | int | `7472` | | | ||
| prometheus.namespace | string | `""` | | | ||
| prometheus.podMonitor.additionalLabels | object | `{}` | | | ||
| prometheus.podMonitor.annotations | object | `{}` | | | ||
| prometheus.podMonitor.enabled | bool | `false` | | | ||
| prometheus.podMonitor.interval | string | `nil` | | | ||
| prometheus.podMonitor.jobLabel | string | `"app.kubernetes.io/name"` | | | ||
| prometheus.podMonitor.metricRelabelings | list | `[]` | | | ||
| prometheus.podMonitor.relabelings | list | `[]` | | | ||
| prometheus.prometheusRule.additionalLabels | object | `{}` | | | ||
| prometheus.prometheusRule.addressPoolExhausted.enabled | bool | `true` | | | ||
| prometheus.prometheusRule.addressPoolExhausted.labels.severity | string | `"alert"` | | | ||
| prometheus.prometheusRule.addressPoolUsage.enabled | bool | `true` | | | ||
| prometheus.prometheusRule.addressPoolUsage.thresholds[0].labels.severity | string | `"warning"` | | | ||
| prometheus.prometheusRule.addressPoolUsage.thresholds[0].percent | int | `75` | | | ||
| prometheus.prometheusRule.addressPoolUsage.thresholds[1].labels.severity | string | `"warning"` | | | ||
| prometheus.prometheusRule.addressPoolUsage.thresholds[1].percent | int | `85` | | | ||
| prometheus.prometheusRule.addressPoolUsage.thresholds[2].labels.severity | string | `"alert"` | | | ||
| prometheus.prometheusRule.addressPoolUsage.thresholds[2].percent | int | `95` | | | ||
| prometheus.prometheusRule.annotations | object | `{}` | | | ||
| prometheus.prometheusRule.bgpSessionDown.enabled | bool | `true` | | | ||
| prometheus.prometheusRule.bgpSessionDown.labels.severity | string | `"alert"` | | | ||
| prometheus.prometheusRule.configNotLoaded.enabled | bool | `true` | | | ||
| prometheus.prometheusRule.configNotLoaded.labels.severity | string | `"warning"` | | | ||
| prometheus.prometheusRule.enabled | bool | `false` | | | ||
| prometheus.prometheusRule.extraAlerts | list | `[]` | | | ||
| prometheus.prometheusRule.staleConfig.enabled | bool | `true` | | | ||
| prometheus.prometheusRule.staleConfig.labels.severity | string | `"warning"` | | | ||
| prometheus.rbacPrometheus | bool | `true` | | | ||
| prometheus.rbacProxy.pullPolicy | string | `nil` | | | ||
| prometheus.rbacProxy.repository | string | `"gcr.io/kubebuilder/kube-rbac-proxy"` | | | ||
| prometheus.rbacProxy.tag | string | `"v0.12.0"` | | | ||
| prometheus.scrapeAnnotations | bool | `false` | | | ||
| prometheus.serviceAccount | string | `""` | | | ||
| prometheus.serviceMonitor.controller.additionalLabels | object | `{}` | | | ||
| prometheus.serviceMonitor.controller.annotations | object | `{}` | | | ||
| prometheus.serviceMonitor.controller.tlsConfig.insecureSkipVerify | bool | `true` | | | ||
| prometheus.serviceMonitor.enabled | bool | `false` | | | ||
| prometheus.serviceMonitor.interval | string | `nil` | | | ||
| prometheus.serviceMonitor.jobLabel | string | `"app.kubernetes.io/name"` | | | ||
| prometheus.serviceMonitor.metricRelabelings | list | `[]` | | | ||
| prometheus.serviceMonitor.relabelings | list | `[]` | | | ||
| prometheus.serviceMonitor.speaker.additionalLabels | object | `{}` | | | ||
| prometheus.serviceMonitor.speaker.annotations | object | `{}` | | | ||
| prometheus.serviceMonitor.speaker.tlsConfig.insecureSkipVerify | bool | `true` | | | ||
| prometheus.speakerMetricsTLSSecret | string | `""` | | | ||
| rbac.create | bool | `true` | | | ||
| speaker.affinity | object | `{}` | | | ||
| speaker.enabled | bool | `true` | | | ||
| speaker.excludeInterfaces.enabled | bool | `true` | | | ||
| speaker.frr.enabled | bool | `true` | | | ||
| speaker.frr.image.pullPolicy | string | `nil` | | | ||
| speaker.frr.image.repository | string | `"quay.io/frrouting/frr"` | | | ||
| speaker.frr.image.tag | string | `"8.4.2"` | | | ||
| speaker.frr.metricsPort | int | `7473` | | | ||
| speaker.frr.resources | object | `{}` | | | ||
| speaker.frrMetrics.resources | object | `{}` | | | ||
| speaker.image.pullPolicy | string | `nil` | | | ||
| speaker.image.repository | string | `"quay.io/metallb/speaker"` | | | ||
| speaker.image.tag | string | `nil` | | | ||
| speaker.labels | object | `{}` | | | ||
| speaker.livenessProbe.enabled | bool | `true` | | | ||
| speaker.livenessProbe.failureThreshold | int | `3` | | | ||
| speaker.livenessProbe.initialDelaySeconds | int | `10` | | | ||
| speaker.livenessProbe.periodSeconds | int | `10` | | | ||
| speaker.livenessProbe.successThreshold | int | `1` | | | ||
| speaker.livenessProbe.timeoutSeconds | int | `1` | | | ||
| speaker.logLevel | string | `"info"` | Speaker log level. Must be one of: `all`, `debug`, `info`, `warn`, `error` or `none` | | ||
| speaker.memberlist.enabled | bool | `true` | | | ||
| speaker.memberlist.mlBindPort | int | `7946` | | | ||
| speaker.memberlist.mlSecretKeyPath | string | `"/etc/ml_secret_key"` | | | ||
| speaker.nodeSelector | object | `{}` | | | ||
| speaker.podAnnotations | object | `{}` | | | ||
| speaker.priorityClassName | string | `""` | | | ||
| speaker.readinessProbe.enabled | bool | `true` | | | ||
| speaker.readinessProbe.failureThreshold | int | `3` | | | ||
| speaker.readinessProbe.initialDelaySeconds | int | `10` | | | ||
| speaker.readinessProbe.periodSeconds | int | `10` | | | ||
| speaker.readinessProbe.successThreshold | int | `1` | | | ||
| speaker.readinessProbe.timeoutSeconds | int | `1` | | | ||
| speaker.reloader.resources | object | `{}` | | | ||
| speaker.resources | object | `{}` | | | ||
| speaker.runtimeClassName | string | `""` | | | ||
| speaker.serviceAccount.annotations | object | `{}` | | | ||
| speaker.serviceAccount.create | bool | `true` | | | ||
| speaker.serviceAccount.name | string | `""` | | | ||
| speaker.startupProbe.enabled | bool | `true` | | | ||
| speaker.startupProbe.failureThreshold | int | `30` | | | ||
| speaker.startupProbe.periodSeconds | int | `5` | | | ||
| speaker.tolerateMaster | bool | `true` | | | ||
| speaker.tolerations | list | `[]` | | | ||
| speaker.updateStrategy.type | string | `"RollingUpdate"` | | | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.10.0](https://github.com/norwoodj/helm-docs/releases/v1.10.0) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
# Patterns to ignore when building packages. | ||
# This supports shell glob matching, relative path matching, and | ||
# negation (prefixed with !). Only one pattern per line. | ||
.DS_Store | ||
# Common VCS dirs | ||
.git/ | ||
.gitignore | ||
.bzr/ | ||
.bzrignore | ||
.hg/ | ||
.hgignore | ||
.svn/ | ||
# Common backup files | ||
*.swp | ||
*.bak | ||
*.tmp | ||
*.orig | ||
*~ | ||
# Various IDEs | ||
.project | ||
.idea/ | ||
*.tmproj | ||
.vscode/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
apiVersion: v2 | ||
appVersion: v0.13.10 | ||
description: MetalLB CRDs | ||
home: https://metallb.universe.tf | ||
icon: https://metallb.universe.tf/images/logo/metallb-white.png | ||
name: crds | ||
sources: | ||
- https://github.com/metallb/metallb | ||
type: application | ||
version: 0.13.10 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
# crds | ||
|
||
![Version: 0.13.10](https://img.shields.io/badge/Version-0.13.10-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square) ![AppVersion: v0.13.10](https://img.shields.io/badge/AppVersion-v0.13.10-informational?style=flat-square) | ||
|
||
MetalLB CRDs | ||
|
||
**Homepage:** <https://metallb.universe.tf> | ||
|
||
## Source Code | ||
|
||
* <https://github.com/metallb/metallb> | ||
|
||
---------------------------------------------- | ||
Autogenerated from chart metadata using [helm-docs v1.10.0](https://github.com/norwoodj/helm-docs/releases/v1.10.0) |
Oops, something went wrong.