mirror of
https://github.com/zalando-incubator/kube-metrics-adapter.git
synced 2024-12-22 19:16:06 +00:00
Use ghcr.io in example
Signed-off-by: Mikkel Oscar Lyderik Larsen <mikkel.larsen@zalando.de>
This commit is contained in:
parent
08825c4920
commit
82a96580a2
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user