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
Merge requests
!5
Feat/monitoring subscriptions
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
Feat/monitoring subscriptions
feat/monitoring-subscriptions
into
develop
Overview
0
Commits
39
Pipelines
0
Changes
137
Closed
Francisco-Javier Moreno-Muro
requested to merge
feat/monitoring-subscriptions
into
develop
2 years ago
Overview
0
Commits
39
Pipelines
0
Changes
137
Expand
Merging monitoring branches into develop
0
0
Merge request reports
Compare
develop
version 8
2406fe92
2 years ago
version 7
d266daff
2 years ago
version 6
32efcf54
2 years ago
version 5
3b98e99d
2 years ago
version 4
1ce92388
2 years ago
version 3
1df97024
2 years ago
version 2
54606c4d
2 years ago
version 1
2315bde2
2 years ago
develop (base)
and
latest version
latest version
16528565
39 commits,
2 years ago
version 8
2406fe92
38 commits,
2 years ago
version 7
d266daff
37 commits,
2 years ago
version 6
32efcf54
36 commits,
2 years ago
version 5
3b98e99d
35 commits,
2 years ago
version 4
1ce92388
34 commits,
2 years ago
version 3
1df97024
33 commits,
2 years ago
version 2
54606c4d
32 commits,
2 years ago
version 1
2315bde2
31 commits,
2 years ago
137 files
+
24088
−
22496
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
137
Search (e.g. *.vue) (Ctrl+P)
manifests/monitoringservice.yaml
+
7
−
12
Options
@@ -51,7 +51,7 @@ spec:
@@ -51,7 +51,7 @@ spec:
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
name
:
monitoringserv
ic
e
name
:
monitoringserve
r
spec
:
spec
:
selector
:
selector
:
matchLabels
:
matchLabels
:
@@ -84,18 +84,13 @@ spec:
@@ -84,18 +84,13 @@ spec:
-
name
:
METRICSDB_TABLE
-
name
:
METRICSDB_TABLE
value
:
"
monitoring"
value
:
"
monitoring"
readinessProbe
:
readinessProbe
:
exec
:
grpc
:
command
:
[
"
/bin/grpc_health_probe"
,
"
-addr=:7070"
]
port
:
7070
initialDelaySeconds
:
5
livenessProbe
:
livenessProbe
:
exec
:
grpc
:
command
:
[
"
/bin/grpc_health_probe"
,
"
-addr=:7070"
]
port
:
7070
resources
:
initialDelaySeconds
:
10
requests
:
cpu
:
250m
memory
:
512Mi
limits
:
cpu
:
700m
memory
:
1024Mi
---
---
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
Loading