From: Martin Pitt Date: Wed, 26 May 2021 08:13:45 +0000 (+0200) Subject: Pull prometheus image from quay.io X-Git-Url: https://piware.de/gitweb/?p=learn-metrics.git;a=commitdiff_plain;h=b32bbe6c62e01841cd10a246a07b0f478fbbaaae;ds=sidebyside Pull prometheus image from quay.io To avoid docker.io pull limits --- diff --git a/learn-metrics.yaml b/learn-metrics.yaml index 273b648..bc1d913 100644 --- a/learn-metrics.yaml +++ b/learn-metrics.yaml @@ -20,7 +20,7 @@ spec: mountPath: /etc/grafana/provisioning/datasources/datasource.yaml readOnly: true - - image: docker.io/prom/prometheus:latest + - image: quay.io/prometheus/prometheus:latest name: prometheus ports: - containerPort: 9090