weatherbroadcaster Helm values reference#
Helm values reference table for the weatherbroadcaster application.
Key |
Type |
Default |
Description |
|---|---|---|---|
affinity |
object |
|
Affinity rules for the weatherbroadcaster deployment pod |
config.logLevel |
string |
|
Logging level |
config.logProfile |
string |
|
Logging profile ( |
config.pathPrefix |
string |
|
URL path prefix |
config.slackAlerts |
bool |
|
Whether to send Slack alerts for unexpected failures |
config.weatherDataFilePath |
string |
|
Path to the cached weather data file inside the container |
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 |
|
Pull policy for the weatherbroadcaster image |
image.repository |
string |
|
Image to use in the weatherbroadcaster 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 weatherbroadcaster deployment pod |
persistence |
object |
|
Storage shared within each pod; set |
persistence.enabled |
bool |
|
Whether to persist weather data across pod restarts |
persistence.existingClaim |
string |
|
Existing PVC to use instead of creating one |
persistence.mountPath |
string |
|
Container path for the persistent data volume |
persistence.size |
string |
|
Size of the cache PVC |
persistence.storageClassName |
string |
|
Storage class for the cache PVC; omit to use the cluster default |
persistence.subPath |
string |
|
Subdirectory of the existing PVC to mount |
podAnnotations |
object |
|
Annotations for the weatherbroadcaster deployment pod |
replicaCount |
int |
|
Number of web deployment pods to start |
resources |
object |
See |
Resource limits and requests for the weatherbroadcaster deployment pod |
tolerations |
list |
|
Tolerations for the weatherbroadcaster deployment pod |
updateWeather |
object |
|
Weather update containers |
updateWeather.intervalSeconds |
int |
|
Seconds between weather data updates |
updateWeather.resources |
object |
See |
Resource limits and requests for weather update containers |