rs-server-catalog-db
RS SERVER CATALOG DB
Maintainers
Name | Url | |
---|---|---|
CS GROUP | https://github.com/RS-PYTHON/rs-helm |
Values
Key | Type | Default | Description |
---|---|---|---|
helmResourcePolicy | string | "keep" |
Keep the ressources for PVC and ConfigMap. Default is to keep. |
image.PullPolicy | string | "IfNotPresent" |
Image pull policy |
image.name | string | "pgstac" |
Image name |
image.registry | string | "ghcr.io" |
Image registry |
image.repository | string | "stac-utils" |
Image repository |
image.version | string | "v0.7.10" |
Image version, can be a tag or a digest |
namespace | string | "database" |
Namespace for the deployment |
postgres.db | string | "catalog" |
PostgreSQL database name |
postgres.port | string | "5432" |
PostgreSQL port |
postgres.secret.pass | string | "password" |
Password to authenticate with the PostgreSQL service |
postgres.secret.user | string | "postgres" |
Username to authenticate with the PostgreSQL service |
probe.liveness.initialDelaySeconds | int | 30 |
InitialDelaySeconds for the liveness probe |
probe.liveness.periodSeconds | int | 30 |
periodSeconds 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.periodSeconds | int | 30 |
periodSeconds for the readiness probe |
probe.readiness.timeoutSeconds | int | 5 |
timeoutSeconds for the readiness probe |
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 | 5432 |
Port for the service |
volume.accessModes | string | "ReadWriteOnce" |
AccessMode of the database volume |
volume.size | string | "20Gi" |
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