sia Helm values reference#

Helm values reference table for the sia application.

Key

Type

Default

Description

affinity

object

{}

Affinity rules for the sia deployment pod

config.datasets

list

["dp02","dp1"]

List of datasets enabled in this environment.

config.ivoidFormat

string

"ivo://org.rubinobs/{dataset}/sia"

Format string for the IVOID used for self-identification. This must contain a dataset variable that will be replaced with the label of the dataset.

config.logLevel

string

"INFO"

Logging level

config.logProfile

string

"production"

Logging profile (production for JSON, development for human-friendly)

config.metrics.application

string

"sia"

Name under which to log metrics. Generally there is no reason to change this.

config.metrics.enabled

bool

false

Whether to enable sending metrics

config.metrics.events.topicPrefix

string

"lsst.square.metrics.events"

Topic prefix for events. It may sometimes be useful to change this in development environments.

config.metrics.schemaManager.registryUrl

string

Sasquatch in the local cluster

URL of the Confluent-compatible schema registry server

config.metrics.schemaManager.suffix

string

""

Suffix to add to all registered subjects. This is sometimes useful for experimentation during development.

config.obscoreConfig

object

See values.yaml

ObsCore exporter configurations by dataset

config.pathPrefix

string

"/api/sia"

URL path prefix

config.sentry.enabled

bool

false

Set to true to enable the Sentry integration.

config.sentry.tracesSampleRate

float

0

The percentage of requests that should be traced. This should be a float between 0 and 1.

config.slackAlerts

bool

false

Whether to send alerts and status to Slack.

global.environmentName

string

Set by Argo CD Application

Name of the Phalanx environment

global.host

string

Set by Argo CD

Host name for ingress

global.repertoireUrl

string

Set by Argo CD

Base URL for Repertoire discovery API

global.vaultSecretsPath

string

Set by Argo CD

Base path for Vault secrets

image.pullPolicy

string

"IfNotPresent"

Pull policy for the sia image

image.repository

string

"ghcr.io/lsst-sqre/sia"

Image to use in the sia deployment

image.tag

string

The appVersion of the chart

Tag of image to use

ingress.annotations

object

{}

Additional annotations for the ingress rule

nodeSelector

object

{}

Node selection rules for the sia deployment pod

podAnnotations

object

{}

Annotations for the sia deployment pod

replicaCount

int

1

Number of web deployment pods to start

resources

object

See values.yaml

Resource limits and requests for the sia deployment pod

tolerations

list

Tolerate GKE amd64 and arm64 taints

Tolerations for the sia deployment pod

This page was last modified on .