diff --git a/charts/semaphoreui/values.yaml b/charts/semaphoreui/values.yaml index 15b42c9..7794005 100644 --- a/charts/semaphoreui/values.yaml +++ b/charts/semaphoreui/values.yaml @@ -65,6 +65,17 @@ ingress: annotations: {} +packages: # extra packages that needs to be installed +requirements: # Requirements files serve as a list of items to be installed by pip, when using [pip install](https://pip.pypa.io/en/stable/cli/pip_install/#pip-install) + +livenessProbe: + httpGet: + path: / + port: http +readinessProbe: + httpGet: + path: / + port: http controller: command: ["/bin/sh"] # Need to override server-wrapper due to stupid DB ping in container