hips Helm values reference#
Helm values reference table for the hips
application.
Key |
Type |
Default |
Description |
---|---|---|---|
affinity |
object |
|
Affinity rules for the hips deployment pod |
autoscaling.enabled |
bool |
|
Enable autoscaling of hips deployment |
autoscaling.maxReplicas |
int |
|
Maximum number of hips deployment pods |
autoscaling.minReplicas |
int |
|
Minimum number of hips deployment pods |
autoscaling.targetCPUUtilizationPercentage |
int |
|
Target CPU utilization of hips deployment pods |
config.gcsBucket |
string |
None, must be set |
Name of Google Cloud Storage bucket holding the HiPS files |
config.gcsProject |
string |
None, must be set |
Google Cloud project in which the underlying storage is located |
config.logLevel |
string |
|
Choose from the text form of Python logging levels |
config.serviceAccount |
string |
None, must be set |
The Google service account that has an IAM binding to the |
global.baseUrl |
string |
Set by Argo CD |
Base URL for the environment |
global.host |
string |
Set by Argo CD |
Host name for ingress |
image.pullPolicy |
string |
|
Pull policy for the hips image |
image.repository |
string |
|
Image to use in the hips deployment |
image.tag |
string |
|
Overrides the image tag whose default is the chart appVersion. |
ingress.annotations |
object |
|
Additional annotations for the ingress |
nodeSelector |
object |
|
Node selection rules for the hips deployment pod |
podAnnotations |
object |
|
Annotations for the hips deployment pod |
replicaCount |
int |
|
Number of web deployment pods to start |
resources |
object |
|
Resource limits and requests for the hips deployment pod |
tolerations |
list |
|
Tolerations for the hips deployment pod |