Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
controller
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Code review analytics
Issue analytics
Insights
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
TFS
controller
Commits
f944171d
Commit
f944171d
authored
2 years ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
Manifests:
- activated deployment of Grafana dashboard
parent
bcbbdfe2
No related branches found
No related tags found
2 merge requests
!54
Release 2.0.0
,
!24
Integrate NFV-SDN'22 demo
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/webuiservice.yaml
+40
-40
40 additions, 40 deletions
manifests/webuiservice.yaml
with
40 additions
and
40 deletions
manifests/webuiservice.yaml
+
40
−
40
View file @
f944171d
...
...
@@ -60,43 +60,43 @@ spec:
limits
:
cpu
:
700m
memory
:
1024Mi
#
- name: grafana
#
image: grafana/grafana:8.5.11
#
imagePullPolicy: IfNotPresent
#
ports:
#
- containerPort: 3000
#
name: http-grafana
#
protocol: TCP
#
env:
#
- name: GF_SERVER_ROOT_URL
#
value: "http://0.0.0.0:3000/grafana/"
#
- name: GF_SERVER_SERVE_FROM_SUB_PATH
#
value: "true"
#
readinessProbe:
#
failureThreshold: 3
#
httpGet:
#
path: /robots.txt
#
port: 3000
#
scheme: HTTP
#
initialDelaySeconds: 10
#
periodSeconds: 30
#
successThreshold: 1
#
timeoutSeconds: 2
#
livenessProbe:
#
failureThreshold: 3
#
initialDelaySeconds: 30
#
periodSeconds: 10
#
successThreshold: 1
#
tcpSocket:
#
port: 3000
#
timeoutSeconds: 1
#
resources:
#
requests:
#
cpu: 250m
#
memory: 750Mi
#
limits:
#
cpu: 700m
#
memory: 1024Mi
-
name
:
grafana
image
:
grafana/grafana:8.5.11
imagePullPolicy
:
IfNotPresent
ports
:
-
containerPort
:
3000
name
:
http-grafana
protocol
:
TCP
env
:
-
name
:
GF_SERVER_ROOT_URL
value
:
"
http://0.0.0.0:3000/grafana/"
-
name
:
GF_SERVER_SERVE_FROM_SUB_PATH
value
:
"
true"
readinessProbe
:
failureThreshold
:
3
httpGet
:
path
:
/robots.txt
port
:
3000
scheme
:
HTTP
initialDelaySeconds
:
10
periodSeconds
:
30
successThreshold
:
1
timeoutSeconds
:
2
livenessProbe
:
failureThreshold
:
3
initialDelaySeconds
:
30
periodSeconds
:
10
successThreshold
:
1
tcpSocket
:
port
:
3000
timeoutSeconds
:
1
resources
:
requests
:
cpu
:
250m
memory
:
750Mi
limits
:
cpu
:
700m
memory
:
1024Mi
---
apiVersion
:
v1
kind
:
Service
...
...
@@ -110,6 +110,6 @@ spec:
-
name
:
webui
port
:
8004
targetPort
:
8004
#
- name: grafana
#
port: 3000
#
targetPort: 3000
-
name
:
grafana
port
:
3000
targetPort
:
3000
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