We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 0cec5a0 + 819373f commit a68608cCopy full SHA for a68608c
config/clusters/maap/common.values.yaml
@@ -163,6 +163,20 @@ jupyterhub:
163
image_pull_policy: Always
164
securityContext:
165
privileged: true
166
+ livenessProbe:
167
+ # This automatically restarts just this container every 45 minutes
168
+ # This is a *temporary* workaround, with a present expiry date of Feb 23, 2026
169
+ # The date must be extended, or a different workaround must be found, or something
170
+ # else must be agreed to by that date.
171
+ # See https://github.com/2i2c-org/infrastructure/pull/7601 for more information
172
+ exec:
173
+ command:
174
+ - sh
175
+ - -c
176
+ - [-f /tmp/active]
177
+ initialDelaySeconds: 60
178
+ periodSeconds: 5
179
+ failureThreshold: 1
180
resources:
181
limits:
182
memory: 512Mi
0 commit comments