Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
kube-prometheus
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
GitHub Mirror
prometheus-operator
kube-prometheus
Commits
3c4dec7a
Commit
3c4dec7a
authored
7 years ago
by
Eduardo Gonzalez
Browse files
Options
Downloads
Patches
Plain Diff
grafana-deployment-original file deleted
parent
41972d36
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
hack/grafana-dashboards-configmap-generator/templates/grafana-deployment-original.yaml
+0
-74
0 additions, 74 deletions
...gmap-generator/templates/grafana-deployment-original.yaml
with
0 additions
and
74 deletions
hack/grafana-dashboards-configmap-generator/templates/grafana-deployment-original.yaml
deleted
100644 → 0
+
0
−
74
View file @
41972d36
apiVersion
:
apps/v1beta1
kind
:
Deployment
metadata
:
name
:
grafana
spec
:
replicas
:
1
template
:
metadata
:
labels
:
app
:
grafana
spec
:
containers
:
-
name
:
grafana
image
:
grafana/grafana:4.4.1
env
:
-
name
:
GF_AUTH_BASIC_ENABLED
value
:
"
true"
-
name
:
GF_AUTH_ANONYMOUS_ENABLED
value
:
"
true"
-
name
:
GF_SECURITY_ADMIN_USER
valueFrom
:
secretKeyRef
:
name
:
grafana-credentials
key
:
user
-
name
:
GF_SECURITY_ADMIN_PASSWORD
valueFrom
:
secretKeyRef
:
name
:
grafana-credentials
key
:
password
volumeMounts
:
-
name
:
grafana-storage
mountPath
:
/var/grafana-storage
ports
:
-
name
:
web
containerPort
:
3000
resources
:
requests
:
memory
:
100Mi
cpu
:
100m
limits
:
memory
:
200Mi
cpu
:
200m
-
name
:
grafana-watcher
image
:
quay.io/coreos/grafana-watcher:v0.0.8
args
:
-
'
--watch-dir=/var/grafana-dashboards'
-
'
--grafana-url=http://localhost:3000'
env
:
-
name
:
GRAFANA_USER
valueFrom
:
secretKeyRef
:
name
:
grafana-credentials
key
:
user
-
name
:
GRAFANA_PASSWORD
valueFrom
:
secretKeyRef
:
name
:
grafana-credentials
key
:
password
resources
:
requests
:
memory
:
"
16Mi"
cpu
:
"
50m"
limits
:
memory
:
"
32Mi"
cpu
:
"
100m"
volumeMounts
:
-
name
:
grafana-dashboards
mountPath
:
/var/grafana-dashboards
volumes
:
-
name
:
grafana-storage
emptyDir
:
{}
-
name
:
grafana-dashboards
configMap
:
name
:
grafana-dashboards
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment