Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
K
k3s
Project
Project
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Jacklull
k3s
Commits
ff5c0f95
Commit
ff5c0f95
authored
Sep 30, 2015
by
k8s-merge-robot
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #14663 from vishh/grafana
Auto commit by PR queue bot
parents
888f0837
76d7cbc9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
17 additions
and
1 deletion
+17
-1
grafana-service.yaml
...r/addons/cluster-monitoring/influxdb/grafana-service.yaml
+0
-1
influxdb-grafana-controller.yaml
...ster-monitoring/influxdb/influxdb-grafana-controller.yaml
+17
-0
No files found.
cluster/addons/cluster-monitoring/influxdb/grafana-service.yaml
View file @
ff5c0f95
...
...
@@ -7,7 +7,6 @@ metadata:
kubernetes.io/cluster-service
:
"
true"
kubernetes.io/name
:
"
Grafana"
spec
:
type
:
LoadBalancer
ports
:
-
port
:
80
targetPort
:
3000
...
...
cluster/addons/cluster-monitoring/influxdb/influxdb-grafana-controller.yaml
View file @
ff5c0f95
...
...
@@ -40,7 +40,24 @@ spec:
limits
:
cpu
:
100m
memory
:
100Mi
env
:
-
name
:
"
GF_AUTH_BASIC_ENABLED"
value
:
"
false"
-
name
:
"
GF_AUTH_ANONYMOUS_ENABLED"
value
:
"
true"
-
name
:
"
GF_AUTH_ANONYMOUS_ORG_ROLE"
value
:
"
Admin"
-
name
:
"
GF_SERVER_ROOT_URL"
value
:
"
/api/v1/proxy/namespaces/kube-system/services/monitoring-grafana/"
volumeMounts
:
-
name
:
grafana-persistent-storage
mountPath
:
/var
volumes
:
-
name
:
influxdb-persistent-storage
emptyDir
:
{}
-
name
:
grafana-persistent-storage
emptyDir
:
{}
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