chore: mq version bump, minor helm tweaks
This commit is contained in:
parent
6a002155a7
commit
257bedf284
@ -1,6 +1,6 @@
|
||||
# kubezero-mq
|
||||
|
||||
 
|
||||
 
|
||||
|
||||
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://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
|
||||
|
||||
@ -32,6 +32,8 @@ Kubernetes: `>= 1.26.0`
|
||||
| nats.istio.gateway | string | `"istio-ingress/private-ingressgateway"` | |
|
||||
| nats.mqtt.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.podMonitor.enabled | bool | `false` | |
|
||||
| rabbitmq.auth.existingErlangSecret | string | `"rabbitmq"` | |
|
||||
|
@ -1,5 +1,5 @@
|
||||
configmap: grafana-dashboards-nats
|
||||
condition: '.Values.nats.exporter.serviceMonitor.enabled'
|
||||
condition: '.Values.nats.promExporter.podMonitor.enabled'
|
||||
gzip: true
|
||||
# folder:
|
||||
dashboards:
|
||||
|
@ -1,13 +1,4 @@
|
||||
{{- define "network-values" }}
|
||||
multus:
|
||||
enabled: false
|
||||
clusterNetwork: "cilium"
|
||||
|
||||
# {{- if eq .Values.global.platform "aws" }}
|
||||
# image:
|
||||
# pullPolicy: Never
|
||||
# {{- end }}
|
||||
|
||||
cilium:
|
||||
k8sServiceHost: {{ .Values.global.apiServerUrl }}
|
||||
|
||||
@ -20,7 +11,7 @@ cilium:
|
||||
|
||||
cluster:
|
||||
name: {{ .Values.global.clusterName }}
|
||||
{{- with .Values.network.cilium.cluster.id }}
|
||||
{{- with ((.Values.network.cilium).cluster).id }}
|
||||
ipam:
|
||||
operator:
|
||||
clusterPoolIPv4PodCIDRList:
|
||||
|
@ -35,7 +35,7 @@ network:
|
||||
retain: true
|
||||
targetRevision: 0.5.9
|
||||
cilium:
|
||||
cluster: {}
|
||||
enabled: true
|
||||
|
||||
cert-manager:
|
||||
enabled: false
|
||||
|
Loading…
x
Reference in New Issue
Block a user