Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
S
system-charts
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Rancher商店
system-charts
Commits
026c4107
Commit
026c4107
authored
Dec 05, 2018
by
Frank Mai
Committed by
Craig Jellick
Dec 04, 2018
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Change images repo and version (#1)
parent
fe313655
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
48 additions
and
43 deletions
+48
-43
values.yaml
charts/rancher-monitoring/v0.0.1/values.yaml
+48
-43
No files found.
charts/rancher-monitoring/v0.0.1/values.yaml
View file @
026c4107
...
...
@@ -70,7 +70,7 @@ alertmanager:
enabled
:
false
apiGroup
:
"
monitoring.coreos.com"
image
:
repository
:
quay.io/prometheus
/alertmanager
repository
:
prom
/alertmanager
tag
:
v0.15.2
nodeSelector
:
beta.kubernetes.io/os
:
linux
...
...
@@ -172,7 +172,7 @@ exporter-node:
enabled
:
false
apiGroup
:
"
monitoring.coreos.com"
image
:
repository
:
quay.io/prometheus
/node-exporter
repository
:
prom
/node-exporter
tag
:
v0.16.0
nodeSelector
:
beta.kubernetes.io/os
:
linux
...
...
@@ -190,6 +190,10 @@ grafana:
image
:
repository
:
grafana/grafana
tag
:
5.3.0
inits
:
tools
:
repository
:
rancher/prometheus-auth
tag
:
v0.1.0
nodeSelector
:
beta.kubernetes.io/os
:
linux
persistence
:
...
...
@@ -211,12 +215,12 @@ prometheus:
## Reference to one or more secrets to be used when pulling images
##
pullSecrets
:
[]
repository
:
quay.io/prometheus
/prometheus
tag
:
v2.
4.3
repository
:
prom
/prometheus
tag
:
v2.
5.0
inits
:
tools
:
repository
:
maiwj/curl
tag
:
7.56.1-r
0
repository
:
rancher/prometheus-auth
tag
:
v0.1.
0
nodeSelector
:
beta.kubernetes.io/os
:
linux
persistence
:
...
...
@@ -230,43 +234,44 @@ prometheus:
##
serviceAccountName
:
"
"
sidecarsSpec
:
-
args
:
-
--log.debug
-
agent
-
start
-
--agent.proxy-url
-
http://localhost:9090
-
--listen.address
-
$(POD_IP):9090
env
:
-
name
:
POD_IP
valueFrom
:
fieldRef
:
fieldPath
:
status.podIP
image
:
maiwj/prometheus-auth:0.1.0
livenessProbe
:
failureThreshold
:
6
httpGet
:
path
:
/-/healthy
port
:
web
scheme
:
HTTP
periodSeconds
:
5
successThreshold
:
1
timeoutSeconds
:
3
name
:
prometheus-agent
ports
:
-
containerPort
:
9090
name
:
web
protocol
:
TCP
readinessProbe
:
failureThreshold
:
120
httpGet
:
path
:
/-/ready
port
:
web
scheme
:
HTTP
periodSeconds
:
5
successThreshold
:
1
timeoutSeconds
:
3
-
command
:
-
prometheus-auth
args
:
-
agent
-
start
-
--agent.proxy-url
-
http://localhost:9090
-
--listen.address
-
$(POD_IP):9090
env
:
-
name
:
POD_IP
valueFrom
:
fieldRef
:
fieldPath
:
status.podIP
image
:
rancher/prometheus-auth:v0.1.0
livenessProbe
:
failureThreshold
:
6
httpGet
:
path
:
/-/healthy
port
:
web
scheme
:
HTTP
periodSeconds
:
5
successThreshold
:
1
timeoutSeconds
:
3
name
:
prometheus-agent
ports
:
-
containerPort
:
9090
name
:
web
protocol
:
TCP
readinessProbe
:
failureThreshold
:
120
httpGet
:
path
:
/-/ready
port
:
web
scheme
:
HTTP
periodSeconds
:
5
successThreshold
:
1
timeoutSeconds
:
3
listenLocal
:
true
serviceMonitorsSelector
:
matchExpressions
:
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment