1
0
mirror of https://github.com/lensapp/lens.git synced 2025-05-20 05:10:56 +00:00

use docker.io registry

This commit is contained in:
Jussi Nummelin 2019-10-04 10:24:25 +03:00
parent 23721038b7
commit 5b15e7fb67
3 changed files with 4 additions and 4 deletions

View File

@ -19,14 +19,14 @@ spec:
serviceAccountName: prometheus serviceAccountName: prometheus
initContainers: initContainers:
- name: chown - name: chown
image: registry.pharos.sh/kontenapharos/alpine:3.9 image: docker.io/kontenapharos/alpine:3.9
command: ["chown", "-R", "65534:65534", "/var/lib/prometheus"] command: ["chown", "-R", "65534:65534", "/var/lib/prometheus"]
volumeMounts: volumeMounts:
- name: data - name: data
mountPath: /var/lib/prometheus mountPath: /var/lib/prometheus
containers: containers:
- name: prometheus - name: prometheus
image: registry.pharos.sh/kontenapharos/prometheus:v2.11.1 image: docker.io/kontenapharos/prometheus:v2.11.1
args: args:
- --web.listen-address=0.0.0.0:9090 - --web.listen-address=0.0.0.0:9090
- --config.file=/etc/prometheus/prometheus.yaml - --config.file=/etc/prometheus/prometheus.yaml

View File

@ -29,7 +29,7 @@ spec:
hostPID: true hostPID: true
containers: containers:
- name: node-exporter - name: node-exporter
image: registry.pharos.sh/kontenapharos/prometheus-node-exporter:v0.18.0 image: docker.io/kontenapharos/prometheus-node-exporter:v0.18.0
args: args:
- --path.procfs=/host/proc - --path.procfs=/host/proc
- --path.sysfs=/host/sys - --path.sysfs=/host/sys

View File

@ -18,7 +18,7 @@ spec:
serviceAccountName: kube-state-metrics serviceAccountName: kube-state-metrics
containers: containers:
- name: kube-state-metrics - name: kube-state-metrics
image: registry.pharos.sh/kontenapharos/prometheus-kube-state-metrics:v1.6.0 image: docker.io/kontenapharos/prometheus-kube-state-metrics:v1.6.0
ports: ports:
- name: metrics - name: metrics
containerPort: 8080 containerPort: 8080