hips Helm values reference#
Helm values reference table for the hips application.
Key |
Type |
Default |
Description |
|---|---|---|---|
affinity |
object |
|
Affinity rules for the crawlspace deployment pod |
config.buckets |
string |
None, must be set |
A mapping of bucket keys to GCS buckets. /api/hips/v2/ |
config.cacheMaxAge |
int |
|
Max age of resources in client caches (seconds) |
config.defaultBucketKey |
string |
|
The key of bucket in the ‘buckets’ dict to serve from the v1 endpoint (/api/hips) |
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.logProfile |
string |
|
Logging profile ( |
config.pathPrefix |
string |
|
URL path prefix |
config.serviceAccount |
string |
None, must be set |
The Google service account that has an IAM binding to the |
config.slackAlerts |
bool |
|
Whether to send Slack alerts for unexpected failures |
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 hips image |
image.repository |
string |
|
Image to use in the crawlspace 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 crawlspace deployment pod |
podAnnotations |
object |
|
Annotations for the crawlspace deployment pod |
replicaCount |
int |
|
Number of web deployment pods to start |
resources |
object |
See |
Resource limits and requests for the crawlspace deployment pod |
sentry.enabled |
bool |
|
Whether to enable the Sentry integration |
sentry.tracesSampleRate |
float |
|
The percentage of requests that should be traced. This should be a float between 0 and 1. |
tolerations |
list |
Tolerate GKE amd64 and arm64 taints |
Tolerations for the Repertoire pod |