MuuNU

Results 3 issues of MuuNU

I tried to run example file and got this ``` Traceback (most recent call last): File "C:\Users\Admin\AppData\Roaming\Python\Python39\site-packages\flexxamples\demos\demo.py", line 7, in from flexx import flx ImportError: cannot import name 'flx' from...

type: task

# Environment: For running beakerx i start new venv: ``` python3.12 -m venv env ``` ``` $ uname -a Darwin mypc 23.4.0 Darwin Kernel Version 23.4.0: Fri Mar 15 00:10:42...

- Added support for optional `startupProbe` in Deployment.yaml with TCP or custom probe configuration. - Made `livenessProbe` parameters (`periodSeconds`, `initialDelaySeconds`, `failureThreshold`) configurable via values.yaml. - Extended values.yaml with commented examples...

first-time-contributor