feat: add HAProxy to network module
This commit is contained in:
parent
bb18b44fb8
commit
b9564d4119
@ -26,4 +26,8 @@ dependencies:
|
|||||||
version: 0.14.5
|
version: 0.14.5
|
||||||
repository: https://metallb.github.io/metallb
|
repository: https://metallb.github.io/metallb
|
||||||
condition: metallb.enabled
|
condition: metallb.enabled
|
||||||
|
- name: haproxy
|
||||||
|
version: 1.22.0
|
||||||
|
repository: https://haproxytech.github.io/helm-charts
|
||||||
|
condition: haproxy.enabled
|
||||||
kubeVersion: ">= 1.26.0"
|
kubeVersion: ">= 1.26.0"
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
# kubezero-network
|
# kubezero-network
|
||||||
|
|
||||||
![Version: 0.5.1](https://img.shields.io/badge/Version-0.5.1-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
|
![Version: 0.5.2](https://img.shields.io/badge/Version-0.5.2-informational?style=flat-square) ![Type: application](https://img.shields.io/badge/Type-application-informational?style=flat-square)
|
||||||
|
|
||||||
KubeZero umbrella chart for all things network
|
KubeZero umbrella chart for all things network
|
||||||
|
|
||||||
@ -19,8 +19,9 @@ Kubernetes: `>= 1.26.0`
|
|||||||
| Repository | Name | Version |
|
| Repository | Name | Version |
|
||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.6 |
|
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | >= 0.1.6 |
|
||||||
| https://helm.cilium.io/ | cilium | 1.15.3 |
|
| https://haproxytech.github.io/helm-charts | haproxy | 1.22.0 |
|
||||||
| https://metallb.github.io/metallb | metallb | 0.14.4 |
|
| https://helm.cilium.io/ | cilium | 1.15.5 |
|
||||||
|
| https://metallb.github.io/metallb | metallb | 0.14.5 |
|
||||||
|
|
||||||
## Values
|
## Values
|
||||||
|
|
||||||
@ -50,6 +51,8 @@ Kubernetes: `>= 1.26.0`
|
|||||||
| cilium.operator.replicas | int | `1` | |
|
| cilium.operator.replicas | int | `1` | |
|
||||||
| cilium.operator.tolerations[0].effect | string | `"NoSchedule"` | |
|
| cilium.operator.tolerations[0].effect | string | `"NoSchedule"` | |
|
||||||
| cilium.operator.tolerations[0].key | string | `"node-role.kubernetes.io/control-plane"` | |
|
| cilium.operator.tolerations[0].key | string | `"node-role.kubernetes.io/control-plane"` | |
|
||||||
|
| cilium.operator.tolerations[1].effect | string | `"NoSchedule"` | |
|
||||||
|
| cilium.operator.tolerations[1].key | string | `"node.cilium.io/agent-not-ready"` | |
|
||||||
| cilium.prometheus.enabled | bool | `false` | |
|
| cilium.prometheus.enabled | bool | `false` | |
|
||||||
| cilium.prometheus.port | int | `9091` | |
|
| cilium.prometheus.port | int | `9091` | |
|
||||||
| cilium.prometheus.serviceMonitor.enabled | bool | `false` | |
|
| cilium.prometheus.serviceMonitor.enabled | bool | `false` | |
|
||||||
|
@ -109,3 +109,6 @@ cilium:
|
|||||||
group: cert-manager.io
|
group: cert-manager.io
|
||||||
kind: ClusterIssuer
|
kind: ClusterIssuer
|
||||||
name: kubezero-local-ca-issuer
|
name: kubezero-local-ca-issuer
|
||||||
|
|
||||||
|
haproxy:
|
||||||
|
enabled: false
|
||||||
|
Loading…
Reference in New Issue
Block a user