k8s-prometheus-adapter v0.8.2

This commit is contained in:
Johannes Würbach
2020-11-11 21:27:51 +01:00
parent 6f7cf5cf72
commit f579d8c065
2 changed files with 2 additions and 2 deletions

View File

@@ -5,7 +5,7 @@ local k = import 'github.com/ksonnet/ksonnet-lib/ksonnet.beta.4/k.libsonnet';
namespace: 'default', namespace: 'default',
versions+:: { versions+:: {
prometheusAdapter: 'v0.8.0', prometheusAdapter: 'v0.8.2',
}, },
imageRepos+:: { imageRepos+:: {

View File

@@ -25,7 +25,7 @@ spec:
- --metrics-relist-interval=1m - --metrics-relist-interval=1m
- --prometheus-url=http://prometheus-k8s.monitoring.svc.cluster.local:9090/ - --prometheus-url=http://prometheus-k8s.monitoring.svc.cluster.local:9090/
- --secure-port=6443 - --secure-port=6443
image: directxman12/k8s-prometheus-adapter:v0.8.0 image: directxman12/k8s-prometheus-adapter:v0.8.2
name: prometheus-adapter name: prometheus-adapter
ports: ports:
- containerPort: 6443 - containerPort: 6443