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
f7ee688c
Commit
f7ee688c
authored
4 months ago
by
Lluis Gifre Renom
Browse files
Options
Downloads
Patches
Plain Diff
WebUI component:
- Persist Grafana settings between restarts
parent
5611740a
No related branches found
No related tags found
1 merge request
!310
Resolve "Grafana settings lost when host ethernet interface goes down and back up"
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
manifests/webuiservice.yaml
+18
-0
18 additions, 0 deletions
manifests/webuiservice.yaml
with
18 additions
and
0 deletions
manifests/webuiservice.yaml
+
18
−
0
View file @
f7ee688c
...
@@ -12,6 +12,17 @@
...
@@ -12,6 +12,17 @@
# See the License for the specific language governing permissions and
# See the License for the specific language governing permissions and
# limitations under the License.
# limitations under the License.
apiVersion
:
v1
kind
:
PersistentVolumeClaim
metadata
:
name
:
grafana-pvc
spec
:
accessModes
:
-
ReadWriteOnce
resources
:
requests
:
storage
:
1Gi
---
apiVersion
:
apps/v1
apiVersion
:
apps/v1
kind
:
Deployment
kind
:
Deployment
metadata
:
metadata
:
...
@@ -99,6 +110,13 @@ spec:
...
@@ -99,6 +110,13 @@ spec:
limits
:
limits
:
cpu
:
500m
cpu
:
500m
memory
:
1024Mi
memory
:
1024Mi
volumeMounts
:
-
mountPath
:
/var/lib/grafana
name
:
grafana-pv
volumes
:
-
name
:
grafana-pv
persistentVolumeClaim
:
claimName
:
grafana-pvc
---
---
apiVersion
:
v1
apiVersion
:
v1
kind
:
Service
kind
:
Service
...
...
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