chore: mq version bump, minor helm tweaks
This commit is contained in:
parent
6a002155a7
commit
257bedf284
@ -1,6 +1,6 @@
|
|||||||
# kubezero-mq
|
# kubezero-mq
|
||||||
|
|
||||||
 
|
 
|
||||||
|
|
||||||
KubeZero umbrella chart for MQ systems like NATS, RabbitMQ
|
KubeZero umbrella chart for MQ systems like NATS, RabbitMQ
|
||||||
|
|
||||||
@ -20,7 +20,7 @@ Kubernetes: `>= 1.26.0`
|
|||||||
|------------|------|---------|
|
|------------|------|---------|
|
||||||
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | 0.2.1 |
|
| https://cdn.zero-downtime.net/charts/ | kubezero-lib | 0.2.1 |
|
||||||
| https://charts.bitnami.com/bitnami | rabbitmq | 14.7.0 |
|
| https://charts.bitnami.com/bitnami | rabbitmq | 14.7.0 |
|
||||||
| https://nats-io.github.io/k8s/helm/charts/ | nats | 1.3.3 |
|
| https://nats-io.github.io/k8s/helm/charts/ | nats | 1.3.7 |
|
||||||
|
|
||||||
## Values
|
## Values
|
||||||
|
|
||||||
@ -32,6 +32,8 @@ Kubernetes: `>= 1.26.0`
|
|||||||
| nats.istio.gateway | string | `"istio-ingress/private-ingressgateway"` | |
|
| nats.istio.gateway | string | `"istio-ingress/private-ingressgateway"` | |
|
||||||
| nats.mqtt.enabled | bool | `false` | |
|
| nats.mqtt.enabled | bool | `false` | |
|
||||||
| nats.natsBox.enabled | bool | `false` | |
|
| nats.natsBox.enabled | bool | `false` | |
|
||||||
|
| nats.podTemplate.topologySpreadConstraints."kubernetes.io/hostname".maxSkew | int | `1` | |
|
||||||
|
| nats.podTemplate.topologySpreadConstraints."kubernetes.io/hostname".whenUnsatisfiable | string | `"DoNotSchedule"` | |
|
||||||
| nats.promExporter.enabled | bool | `false` | |
|
| nats.promExporter.enabled | bool | `false` | |
|
||||||
| nats.promExporter.podMonitor.enabled | bool | `false` | |
|
| nats.promExporter.podMonitor.enabled | bool | `false` | |
|
||||||
| rabbitmq.auth.existingErlangSecret | string | `"rabbitmq"` | |
|
| rabbitmq.auth.existingErlangSecret | string | `"rabbitmq"` | |
|
||||||
|
@ -1,7 +1,7 @@
|
|||||||
configmap: grafana-dashboards-nats
|
configmap: grafana-dashboards-nats
|
||||||
condition: '.Values.nats.exporter.serviceMonitor.enabled'
|
condition: '.Values.nats.promExporter.podMonitor.enabled'
|
||||||
gzip: true
|
gzip: true
|
||||||
# folder:
|
# folder:
|
||||||
dashboards:
|
dashboards:
|
||||||
- name: nats
|
- name: nats
|
||||||
url: https://grafana.com/api/dashboards/13707/revisions/1/download
|
url: https://grafana.com/api/dashboards/13707/revisions/1/download
|
||||||
|
@ -1,13 +1,4 @@
|
|||||||
{{- define "network-values" }}
|
{{- define "network-values" }}
|
||||||
multus:
|
|
||||||
enabled: false
|
|
||||||
clusterNetwork: "cilium"
|
|
||||||
|
|
||||||
# {{- if eq .Values.global.platform "aws" }}
|
|
||||||
# image:
|
|
||||||
# pullPolicy: Never
|
|
||||||
# {{- end }}
|
|
||||||
|
|
||||||
cilium:
|
cilium:
|
||||||
k8sServiceHost: {{ .Values.global.apiServerUrl }}
|
k8sServiceHost: {{ .Values.global.apiServerUrl }}
|
||||||
|
|
||||||
@ -20,7 +11,7 @@ cilium:
|
|||||||
|
|
||||||
cluster:
|
cluster:
|
||||||
name: {{ .Values.global.clusterName }}
|
name: {{ .Values.global.clusterName }}
|
||||||
{{- with .Values.network.cilium.cluster.id }}
|
{{- with ((.Values.network.cilium).cluster).id }}
|
||||||
ipam:
|
ipam:
|
||||||
operator:
|
operator:
|
||||||
clusterPoolIPv4PodCIDRList:
|
clusterPoolIPv4PodCIDRList:
|
||||||
|
@ -35,7 +35,7 @@ network:
|
|||||||
retain: true
|
retain: true
|
||||||
targetRevision: 0.5.9
|
targetRevision: 0.5.9
|
||||||
cilium:
|
cilium:
|
||||||
cluster: {}
|
enabled: true
|
||||||
|
|
||||||
cert-manager:
|
cert-manager:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user