added packages & requirement files

This commit is contained in:
Jonas Forsberg 2024-10-21 19:07:34 +02:00
parent b6a76332da
commit ab86b2a398

View File

@ -65,6 +65,17 @@ ingress:
annotations: 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: controller:
command: ["/bin/sh"] # Need to override server-wrapper due to stupid DB ping in container command: ["/bin/sh"] # Need to override server-wrapper due to stupid DB ping in container