RDF Data Cube curation service
Homepage: https://github.com/zazuko/data-cube-curation
helm repo add appuio https://charts.appuio.ch
helm install data-cube-curation appuio/data-cube-curation
Key | Type | Default | Description |
---|---|---|---|
affinity | object | {} |
|
dataCubeCuration.auth.audience | string | "" |
|
dataCubeCuration.auth.clientId | string | "" |
|
dataCubeCuration.auth.issuer | string | "" |
|
dataCubeCuration.gitlab.branch | string | "" |
|
dataCubeCuration.gitlab.existingSecret | string | nil |
|
dataCubeCuration.gitlab.pipeline | string | "" |
|
dataCubeCuration.gitlab.token | string | "" |
|
dataCubeCuration.s3.accessKey | string | "" |
|
dataCubeCuration.s3.bucket | string | "" |
|
dataCubeCuration.s3.endpoint | string | "" |
|
dataCubeCuration.s3.existingSecret | string | nil |
|
dataCubeCuration.s3.secretKey | string | "" |
|
dataCubeCuration.sparql.endpoint | string | "" |
|
dataCubeCuration.sparql.existingSecret | string | nil |
|
dataCubeCuration.sparql.graphStoreEndpoint | string | "" |
|
dataCubeCuration.sparql.readModelEndpoint | string | "" |
|
fullnameOverride | string | "" |
|
image.pullPolicy | string | "IfNotPresent" |
|
image.repository | string | "docker.io/zazuko/datacube" |
|
image.tag | string | "{{ .Chart.AppVersion }}" |
|
imagePullSecrets | list | [] |
|
ingress.annotations | object | {} |
|
ingress.enabled | bool | true |
|
ingress.hosts[0].host | string | "data-cube-curation.localhost" |
|
ingress.hosts[0].paths[0] | string | "/" |
|
ingress.tls | list | [] |
|
nameOverride | string | "" |
|
nodeSelector | object | {} |
|
podSecurityContext | object | {} |
|
replicaCount | int | 1 |
|
resources | object | {} |
|
securityContext.runAsUser | int | 65534 |
|
service.port | int | 80 |
|
service.type | string | "ClusterIP" |
|
tolerations | list | [] |