bugfix:修改内网环境下prometheus kube-state-metrics pod找不到镜像问题

This commit is contained in:
fumingwei
2023-06-16 15:08:22 +08:00
parent 9ebd5e3a7e
commit 954152e2c3
2 changed files with 4 additions and 0 deletions

View File

@@ -7,6 +7,9 @@ spec:
chart: https://%{KUBERNETES_API}%/static/charts/prometheus-15.16.1.tgz
targetNamespace: tsg-os-system
valuesContent: |-
kube-state-metrics:
image:
pullPolicy: Never
server:
image:
pullPolicy: Never

View File

@@ -42,6 +42,7 @@
- prometheus-node-exporter.tar
- prometheus-pushgateway.tar
- prometheus.tar
- kube-state-metrics.tar
- name: "copy chart directory to dest"
copy: