mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2025-01-03 07:40:09 +00:00
Merge pull request #628 from zalando-incubator/ghrc-io
Use ghcr.io in example
This commit is contained in:
@ -22,7 +22,7 @@ spec:
|
|||||||
serviceAccountName: custom-metrics-apiserver
|
serviceAccountName: custom-metrics-apiserver
|
||||||
containers:
|
containers:
|
||||||
- name: kube-metrics-adapter
|
- name: kube-metrics-adapter
|
||||||
image: registry.opensource.zalan.do/teapot/kube-metrics-adapter:latest
|
image: ghcr.io/zalando-incubator/kube-metrics-adapter:latest
|
||||||
args:
|
args:
|
||||||
# - --v=9
|
# - --v=9
|
||||||
- --prometheus-server=http://prometheus.kube-system.svc.cluster.local
|
- --prometheus-server=http://prometheus.kube-system.svc.cluster.local
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
FROM registry.opensource.zalan.do/library/alpine-3.13:latest
|
FROM registry.opensource.zalan.do/library/alpine-3:latest
|
||||||
LABEL maintainer="Team Teapot @ Zalando SE <team-teapot@zalando.de>"
|
LABEL maintainer="Team Teapot @ Zalando SE <team-teapot@zalando.de>"
|
||||||
|
|
||||||
# add binary
|
# add binary
|
||||||
|
Reference in New Issue
Block a user