You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: charts/sourcebot/README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -90,7 +90,7 @@ Sourcebot is a self-hosted tool that helps you understand your codebase.
90
90
| sourcebot.podDisruptionBudget.enabled | bool |`true`| Enable Pod Disruption Budget |
91
91
| sourcebot.podDisruptionBudget.maxUnavailable | int |`1`| Maximum number of pods that can be unavailable |
92
92
| sourcebot.podDisruptionBudget.minAvailable | int |`1`| Minimum number of pods that must be available |
93
-
| sourcebot.podSecurityContext | object |`{}`| Set the pod-level security context |
93
+
| sourcebot.podSecurityContext | object |`{"fsGroup":1500,"runAsGroup":1500,"runAsNonRoot":true,"runAsUser":1500}`| Set the pod-level security context |
94
94
| sourcebot.priorityClassName | string |`""`| Set the priority class name for pods See: https://kubernetes.io/docs/concepts/scheduling-eviction/pod-priority-preemption/|
95
95
| sourcebot.readinessProbe.failureThreshold | int |`5`| Number of consecutive failures before marking the container as not ready |
96
96
| sourcebot.readinessProbe.httpGet | object |`{"path":"/api/health","port":"http"}`| Http GET request to check if the container is ready |
0 commit comments