mirror of
https://github.com/prometheus-operator/kube-prometheus.git
synced 2025-10-28 06:31:32 +01:00
Merge pull request #579 from tommyjmquinn/master
Updated prometheus adapter deployment to use a multi arch image repo
This commit is contained in:
commit
1d41243b54
@ -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+:: {
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user