Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Infrastructure GitOps
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Shivering-Isles
Infrastructure GitOps
Commits
03964cf1
Verified
Commit
03964cf1
authored
2 years ago
by
Sheogorath
Browse files
Options
Downloads
Patches
Plain Diff
feat(jellyfin): Add liveness and readiness probes
parent
2151e0cf
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
apps/k8s01/syncthing/syncthing.yaml
+8
-0
8 additions, 0 deletions
apps/k8s01/syncthing/syncthing.yaml
with
8 additions
and
0 deletions
apps/k8s01/syncthing/syncthing.yaml
+
8
−
0
View file @
03964cf1
...
@@ -45,6 +45,14 @@ spec:
...
@@ -45,6 +45,14 @@ spec:
limits
:
limits
:
cpu
:
1000m
cpu
:
1000m
memory
:
1Gi
memory
:
1Gi
livenessProbe
:
httpGet
:
path
:
/rest/noauth/health
port
:
web
readinessProbe
:
httpGet
:
path
:
/rest/noauth/health
port
:
web
volumeClaimTemplates
:
volumeClaimTemplates
:
-
metadata
:
-
metadata
:
name
:
storage
name
:
storage
...
...
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