mirror of
https://github.com/kubernetes-sigs/prometheus-adapter.git
synced 2026-04-05 17:27:51 +00:00
deploy: fix image location
Signed-off-by: Damien Grisonnet <dgrisonn@redhat.com>
This commit is contained in:
parent
f23e67113a
commit
e5ad3d8903
1 changed files with 1 additions and 1 deletions
|
|
@ -19,7 +19,7 @@ spec:
|
|||
serviceAccountName: custom-metrics-apiserver
|
||||
containers:
|
||||
- name: custom-metrics-apiserver
|
||||
image: gcr.io/k8s-staging-prometheus-adapter-amd64
|
||||
image: k8s.gcr.io/prometheus-adapter/prometheus-adapter:v0.10.0
|
||||
args:
|
||||
- --secure-port=6443
|
||||
- --tls-cert-file=/var/run/serving-cert/serving.crt
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue