Merge pull request #579 from tommyjmquinn/master

Updated prometheus adapter deployment to use a multi arch image repo
This commit is contained in:
Frederic Branczyk 2020-06-23 16:09:32 +02:00 committed by GitHub
commit 1d41243b54
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -9,7 +9,7 @@ local k = import 'ksonnet/ksonnet.beta.4/k.libsonnet';
}, },
imageRepos+:: { imageRepos+:: {
prometheusAdapter: 'quay.io/coreos/k8s-prometheus-adapter-amd64', prometheusAdapter: 'directxman12/k8s-prometheus-adapter',
}, },
prometheusAdapter+:: { prometheusAdapter+:: {

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: quay.io/coreos/k8s-prometheus-adapter-amd64:v0.7.0 image: directxman12/k8s-prometheus-adapter:v0.7.0
name: prometheus-adapter name: prometheus-adapter
ports: ports:
- containerPort: 6443 - containerPort: 6443