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