siav2 Helm values reference#
Helm values reference table for the siav2
application.
Key |
Type |
Default |
Description |
---|---|---|---|
affinity |
object |
|
Affinity rules for the siav2 deployment pod |
autoscaling.enabled |
bool |
|
Enable autoscaling of siav2 deployment |
autoscaling.maxReplicas |
int |
|
Maximum number of siav2 deployment pods |
autoscaling.minReplicas |
int |
|
Minimum number of siav2 deployment pods |
autoscaling.targetCPUUtilizationPercentage |
int |
|
Target CPU utilization of siav2 deployment pods |
global.baseUrl |
string |
Set by Argo CD |
Base URL for the environment |
global.host |
string |
Set by Argo CD |
Host name for ingress |
global.vaultSecretsPath |
string |
Set by Argo CD |
Base path for Vault secrets |
image.pullPolicy |
string |
|
Pull policy for the siav2 image |
image.repository |
string |
|
Image to use in the siav2 deployment |
image.tag |
string |
|
Overrides the image tag whose default is the chart appVersion. |
ingress.annotations |
object |
|
Additional annotations for the ingress rule |
nodeSelector |
object |
|
Node selection rules for the siav2 deployment pod |
obsCoreTable |
string |
|
ObsCore table on the TAP service to query |
podAnnotations |
object |
|
Annotations for the siav2 deployment pod |
replicaCount |
int |
|
Number of web deployment pods to start |
resources |
object |
|
Resource limits and requests for the siav2 deployment pod |
tapService |
string |
|
Local TAP service endpoint to query |
tolerations |
list |
|
Tolerations for the siav2 deployment pod |
uws.affinity |
object |
|
Affinity rules for the UWS database pod |
uws.image.pullPolicy |
string |
|
Pull policy for the UWS database image |
uws.image.repository |
string |
|
UWS database image to use |
uws.image.tag |
string |
|
Tag of UWS database image to use |
uws.nodeSelector |
object |
|
Node selection rules for the UWS database pod |
uws.podAnnotations |
object |
|
Annotations for the UWS databse pod |
uws.resources |
object |
|
Resource limits and requests for the UWS database pod |
uws.tolerations |
list |
|
Tolerations for the UWS database pod |