Skip to content

mockup-station-adgs

Version: 0.1.0-a4 AppVersion: v1.0a4

MOCKUP STATION ADGS

Maintainers

Name Email Url
RS-PYTHON https://github.com/RS-PYTHON/rs-helm

Values

Key Type Default Description
affinity object {} Pod affinity
app.authConfigFile string "auth_tmp.json" Auth configuration file for the application
app.bucketName string "rs-dev-cluster-temp" Bucket name to stage data from
app.bucketPath string "stations/ADGS/" Path inside the bucket to the data
app.catalogConfigFile string "GETFileResponse.json" catalog configuration file for the application
app.confDir string "/opt/adgs/config" Config directory for the application
app.port int 5000 Port for the application
app.workDir string "/app" Working directory for the application
helmResourcePolicy string "keep" Keep the ressources for PVC and ConfigMap. Default is to keep.
image.PullPolicy string "Always" Image pull policy
image.name string "rs-testmeans_adgs-station-mock" Image name
image.registry string "ghcr.io" Image registry
image.repository string "rs-python" Image repository
image.version string "f635c63" Image version, can be a tag or a digest
initContainers list [] Pod initContainers
namespace string "processing" Namespace for the deployment
obs.endpoint string "http://minio.minio.svc.cluster.local:9000" URL of the object storage service endpoint
obs.region string "sbg" Region of the object storage service
obs.secret.ak string "TDr8foJqSygBQ9YFmWDy" Access Key to authenticate with the object storage service
obs.secret.sk string "z2RaqjFttnVZRTsLLqmy4PE6PzJOKzPsE47alDBs" Secret Key to authenticate with the object storage service
probe.liveness.initialDelaySeconds int 0 InitialDelaySeconds for the liveness probe
probe.liveness.path string "/health" Path for the liveness probe
probe.liveness.periodSeconds int 30 periodSeconds for the liveness probe
probe.liveness.port int 5000 Port for the liveness probe
probe.liveness.timeoutSeconds int 5 timeoutSeconds for the liveness probe
probe.readiness.initialDelaySeconds int 0 InitialDelaySeconds for the readiness probe
probe.readiness.path string "/health" Path for the readiness probe
probe.readiness.periodSeconds int 30 periodSeconds for the readiness probe
probe.readiness.port int 5000 Port for the readiness probe
probe.readiness.timeoutSeconds int 5 timeoutSeconds for the readiness probe
probe.startup.initialDelaySeconds int 0 InitialDelaySeconds for the liveness probe
probe.startup.path string "/health" Path for the liveness probe
probe.startup.periodSeconds int 2 periodSeconds for the liveness probe
probe.startup.port int 5000 Port for the liveness probe
probe.startup.timeoutSeconds int 1 timeoutSeconds for the liveness probe
replicaCount int 1 Number of replicas for the deployment
resources.limit.cpu string "500m" Pod CPU limit
resources.limit.ram string "1000Mi" Pod memory limit
resources.request.cpu string "100m" Pod CPU request
resources.request.ram string "256Mi" Pod memory request
service.port int 8080 Port for the service
tolerations list [] Pod toleration
volume.accessModes string "ReadWriteOnce" AccessMode of the database volume
volume.size string "10Gi" Size of the database volume
volume.storageClassName string "csi-cinder-sc-retain" StorageClass of the database volume

Autogenerated from chart metadata using helm-docs v1.12.0