added packages & requirement files
This commit is contained in:
parent
b6a76332da
commit
ab86b2a398
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user