Commit 026c4107 by Frank Mai Committed by Craig Jellick

Change images repo and version (#1)

parent fe313655
...@@ -70,7 +70,7 @@ alertmanager: ...@@ -70,7 +70,7 @@ alertmanager:
enabled: false enabled: false
apiGroup: "monitoring.coreos.com" apiGroup: "monitoring.coreos.com"
image: image:
repository: quay.io/prometheus/alertmanager repository: prom/alertmanager
tag: v0.15.2 tag: v0.15.2
nodeSelector: nodeSelector:
beta.kubernetes.io/os: linux beta.kubernetes.io/os: linux
...@@ -172,7 +172,7 @@ exporter-node: ...@@ -172,7 +172,7 @@ exporter-node:
enabled: false enabled: false
apiGroup: "monitoring.coreos.com" apiGroup: "monitoring.coreos.com"
image: image:
repository: quay.io/prometheus/node-exporter repository: prom/node-exporter
tag: v0.16.0 tag: v0.16.0
nodeSelector: nodeSelector:
beta.kubernetes.io/os: linux beta.kubernetes.io/os: linux
...@@ -190,6 +190,10 @@ grafana: ...@@ -190,6 +190,10 @@ grafana:
image: image:
repository: grafana/grafana repository: grafana/grafana
tag: 5.3.0 tag: 5.3.0
inits:
tools:
repository: rancher/prometheus-auth
tag: v0.1.0
nodeSelector: nodeSelector:
beta.kubernetes.io/os: linux beta.kubernetes.io/os: linux
persistence: persistence:
...@@ -211,12 +215,12 @@ prometheus: ...@@ -211,12 +215,12 @@ prometheus:
## Reference to one or more secrets to be used when pulling images ## Reference to one or more secrets to be used when pulling images
## ##
pullSecrets: [] pullSecrets: []
repository: quay.io/prometheus/prometheus repository: prom/prometheus
tag: v2.4.3 tag: v2.5.0
inits: inits:
tools: tools:
repository: maiwj/curl repository: rancher/prometheus-auth
tag: 7.56.1-r0 tag: v0.1.0
nodeSelector: nodeSelector:
beta.kubernetes.io/os: linux beta.kubernetes.io/os: linux
persistence: persistence:
...@@ -230,43 +234,44 @@ prometheus: ...@@ -230,43 +234,44 @@ prometheus:
## ##
serviceAccountName: "" serviceAccountName: ""
sidecarsSpec: sidecarsSpec:
- args: - command:
- --log.debug - prometheus-auth
- agent args:
- start - agent
- --agent.proxy-url - start
- http://localhost:9090 - --agent.proxy-url
- --listen.address - http://localhost:9090
- $(POD_IP):9090 - --listen.address
env: - $(POD_IP):9090
- name: POD_IP env:
valueFrom: - name: POD_IP
fieldRef: valueFrom:
fieldPath: status.podIP fieldRef:
image: maiwj/prometheus-auth:0.1.0 fieldPath: status.podIP
livenessProbe: image: rancher/prometheus-auth:v0.1.0
failureThreshold: 6 livenessProbe:
httpGet: failureThreshold: 6
path: /-/healthy httpGet:
port: web path: /-/healthy
scheme: HTTP port: web
periodSeconds: 5 scheme: HTTP
successThreshold: 1 periodSeconds: 5
timeoutSeconds: 3 successThreshold: 1
name: prometheus-agent timeoutSeconds: 3
ports: name: prometheus-agent
- containerPort: 9090 ports:
name: web - containerPort: 9090
protocol: TCP name: web
readinessProbe: protocol: TCP
failureThreshold: 120 readinessProbe:
httpGet: failureThreshold: 120
path: /-/ready httpGet:
port: web path: /-/ready
scheme: HTTP port: web
periodSeconds: 5 scheme: HTTP
successThreshold: 1 periodSeconds: 5
timeoutSeconds: 3 successThreshold: 1
timeoutSeconds: 3
listenLocal: true listenLocal: true
serviceMonitorsSelector: serviceMonitorsSelector:
matchExpressions: matchExpressions:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment