]> piware.de Git - learn-metrics.git/commitdiff
Pull prometheus image from quay.io
authorMartin Pitt <martin@piware.de>
Wed, 26 May 2021 08:13:45 +0000 (10:13 +0200)
committerMartin Pitt <martin@piware.de>
Wed, 26 May 2021 08:13:45 +0000 (10:13 +0200)
To avoid docker.io pull limits

learn-metrics.yaml

index 273b6480453d5664775d2f950974d7c58889a14d..bc1d913ca1197e6f59a7bd5843117be0d4fb5bce 100644 (file)
@@ -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