Skip to content

rs-server-frontend

Version: 0.0.2-a1 AppVersion: v0.2a1

RS SERVER FRONTEND

Maintainers

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

Values

Key Type Default Description
app.docsUrl string "/docs" URL suffix for the application. Must be the same value as ingress.path
app.port int 8000 Port for the application
app.uacCheckUrl string "http://apikeymanager.processing.svc.cluster.local:8000/check/api_key" URL of the API Key Manager service (internal)
app.uacHomeUrl string "https://apikeymanager.subdomain.example.com/docs" URL of the API Key Manager home page (public)
image.PullPolicy string "IfNotPresent" Image pull policy
image.name string "rs-server-frontend" 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 "/docs" Ingress path for the application. Must be the same value as app.docsUrl.
namespace string "processing" Namespace for the deployment
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

Autogenerated from chart metadata using helm-docs v1.12.0