rs-server-adgs
RS SERVER ADGS
Maintainers
Name | Url | |
---|---|---|
CS GROUP | https://github.com/RS-PYTHON/rs-helm |
Values
Key | Type | Default | Description |
---|---|---|---|
app.confDir | string | "/app/conf" |
Config directory for the application |
app.eodagConfigFile | string | "adgs_ws_config.yaml" |
EODAG configuration file for the application |
app.port | int | 8000 |
Port for the application |
app.station.endpoint.secret.password | string | "test" |
Password to authenticate with the ADGS endpoint |
app.station.endpoint.secret.username | string | "test" |
Username to authenticate with the ADGS endpoint |
app.station.endpoint.url | string | "http://mockup-station-adgs-svc.processing.svc.cluster.local:8080/Products" |
ADGS URL |
app.stationConfigFile | string | "stations_cfg.json" |
Station configuration file for the application |
app.uacURL | string | "http://apikeymanager.processing.svc.cluster.local:8000/check/api_key" |
URL of the API Key Manager service |
app.workDir | string | "/app" |
Working directory for the application |
image.PullPolicy | string | "IfNotPresent" |
Image pull policy |
image.name | string | "rs-server-adgs" |
Image name |
image.registry | string | "ghcr.io" |
Image registry |
image.repository | string | "rs-python" |
Image repository |
image.version | string | "0.2a1" |
Image version, can be a tag or a digest |
ingress.enabled | bool | true |
Enabled/Disable ingress |
ingress.host | string | "subdomain.example.com" |
Ingress host name |
ingress.issuer.name | string | "letsencrypt-prod" |
Ingress Issuer name |
ingress.issuer.type | string | "cluster-issuer" |
Ingress Issuer type |
ingress.path | string | "/adgs" |
Ingress path |
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 |
postgres.db | string | "rspydemo" |
PostgreSQL database name |
postgres.host | string | "postgresql-cluster-rw.database.svc.cluster.local" |
PostgreSQL service URL |
postgres.port | string | "5432" |
PostgreSQL port |
postgres.secret.pass | string | "test" |
Password to authenticate with the PostgreSQL service |
postgres.secret.user | string | "test" |
Username to authenticate with the PostgreSQL service |
probe.liveness.initialDelaySeconds | int | 30 |
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 | 8000 |
Port for the liveness probe |
probe.liveness.timeoutSeconds | int | 5 |
timeoutSeconds for the liveness probe |
probe.readiness.initialDelaySeconds | int | 30 |
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 | 8000 |
Port for the readiness probe |
probe.readiness.timeoutSeconds | int | 5 |
timeoutSeconds for the readiness 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 |
tempo.endpoint | string | "http://grafana-tempo-distributor.logging.svc.cluster.local:4317" |
Grafana tempo endpoint. |
Autogenerated from chart metadata using helm-docs v1.12.0