We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dadcd3 commit bd9ceacCopy full SHA for bd9ceac
config/prod.yaml
@@ -17,7 +17,7 @@ binderhub:
17
sticky_builds: true
18
19
nodeSelector: *coreNodeSelector
20
-
+
21
resources:
22
requests:
23
cpu: 0.5
@@ -112,13 +112,14 @@ grafana:
112
prometheus:
113
server:
114
115
+ livenessProbeInitialDelay: 600
116
117
118
cpu: "2"
- memory: 16Gi
119
+ memory: 24Gi
120
limits:
121
122
123
persistentVolume:
124
# Use a large SSD Volume in production
125
size: 2000Gi
0 commit comments