kubernetes version bump to 1.26.8, fix metrics ingress
This commit is contained in:
parent
150a3724f7
commit
dd8ab36f5a
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: kubeadm
|
||||
description: KubeZero Kubeadm cluster config
|
||||
type: application
|
||||
version: 1.26.7
|
||||
version: 1.26.8
|
||||
home: https://kubezero.com
|
||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||
keywords:
|
||||
|
@ -17,6 +17,8 @@ spec:
|
||||
- route:
|
||||
- destination:
|
||||
host: {{ $service.destination }}
|
||||
port:
|
||||
number: {{ $service.port }}
|
||||
---
|
||||
{{- end }}
|
||||
|
||||
|
@ -370,6 +370,7 @@ istio:
|
||||
url: ""
|
||||
gateway: istio-ingress/ingressgateway
|
||||
destination: metrics-grafana
|
||||
port: 80
|
||||
|
||||
prometheus:
|
||||
enabled: false
|
||||
@ -377,6 +378,7 @@ istio:
|
||||
url: ""
|
||||
gateway: istio-ingress/ingressgateway
|
||||
destination: metrics-kube-prometheus-st-prometheus
|
||||
port: 9090
|
||||
|
||||
alertmanager:
|
||||
enabled: false
|
||||
@ -384,3 +386,4 @@ istio:
|
||||
url: ""
|
||||
gateway: istio-ingress/ingressgateway
|
||||
destination: metrics-kube-prometheus-st-alertmanager
|
||||
port: 9093
|
||||
|
@ -2,7 +2,7 @@ apiVersion: v2
|
||||
name: kubezero
|
||||
description: KubeZero - Root App of Apps chart
|
||||
type: application
|
||||
version: 1.26.7
|
||||
version: 1.26.8
|
||||
home: https://kubezero.com
|
||||
icon: https://cdn.zero-downtime.net/assets/kubezero/logo-small-64.png
|
||||
keywords:
|
||||
|
Loading…
Reference in New Issue
Block a user