| additionalSecrets[0].name |
string |
"CLICKHOUSE_WRITER_PASSWORD"
|
|
| additionalSecrets[0].valueFrom.secretKeyRef.key |
string |
|
|
| additionalSecrets[0].valueFrom.secretKeyRef.name |
string |
|
|
| affinity |
string |
"podAntiAffinity:\n preferredDuringSchedulingIgnoredDuringExecution:\n - weight: 1.0\n podAffinityTerm:\n labelSelector:\n matchExpressions:\n - key: \"app.kubernetes.io/part-of\"\n operator: In\n values:\n - \"seqr-platform\"\n topologyKey: \"kubernetes.io/hostname\""
|
|
| cronJobs[0].command |
string |
"./loading_pipeline/bin/rsync_reference_data.bash GRCh37 \u0026\u0026 ./loading_pipeline/bin/download_vep_reference_data.bash GRCh37"
|
|
| cronJobs[0].name |
string |
|
|
| cronJobs[0].schedule |
string |
|
|
| cronJobs[1].command |
string |
"./loading_pipeline/bin/rsync_reference_data.bash GRCh38 \u0026\u0026 ./loading_pipeline/bin/download_vep_reference_data.bash GRCh38"
|
|
| cronJobs[1].name |
string |
|
|
| cronJobs[1].schedule |
string |
|
|
| deploymentAnnotations |
object |
|
|
| environment.CLICKHOUSE_WRITER_USER |
string |
|
|
| environment.LUIGI_STATE_DIR |
string |
|
|
| environment.PIPELINE_DATA_DIR |
string |
"/var/seqr/pipeline-data"
|
|
| environment.REFERENCE_DATASETS_DIR |
string |
"/var/seqr/seqr-reference-data"
|
|
| global.seqr.environment.CLICKHOUSE_SERVICE_HOSTNAME |
string |
|
|
| global.seqrPlatformDeploy |
bool |
|
|
| hailWorkerResources |
string |
"requests:\n memory: \"12Gi\""
|
|
| image.pullPolicy |
string |
|
|
| image.repository |
string |
"gcr.io/seqr-project/seqr-pipeline-runner"
|
|
| imagePullSecrets |
list |
|
|
| jobAfterHook |
string |
|
|
| jobBeforeHook |
string |
|
|
| networkPolicy.enabled |
bool |
|
|
| nodeSelector |
object |
|
|
| podAnnotations |
object |
|
|
| pods[0].command[0] |
string |
|
|
| pods[0].command[1] |
string |
|
|
| pods[0].command[2] |
string |
|
|
| pods[0].command[3] |
string |
|
|
| pods[0].command[4] |
string |
|
|
| pods[0].healthCheckRoute |
string |
|
|
| pods[0].initContainers |
object |
|
|
| pods[0].name |
string |
|
|
| pods[0].resources |
object |
|
|
| pods[0].service.port |
int |
|
|
| pods[0].service.type |
string |
|
|
| pods[0].sidecar.command[0] |
string |
|
|
| pods[0].sidecar.command[1] |
string |
|
|
| pods[0].sidecar.command[2] |
string |
|
|
| pods[0].sidecar.command[3] |
string |
|
|
| pods[0].sidecar.command[4] |
string |
"loading_pipeline.bin.pipeline_worker"
|
|
| pods[0].sidecar.privileged |
bool |
|
|
| pods[1].command[0] |
string |
|
|
| pods[1].command[1] |
string |
|
|
| pods[1].command[2] |
string |
|
|
| pods[1].healthCheckRoute |
string |
|
|
| pods[1].initContainers |
string |
"- name: mkdir-luigi-state\n image: busybox:1.35\n imagePullPolicy: {{ .Values.image.pullPolicy }}\n command: ['/bin/mkdir', '-p', {{ .Values.environment.LUIGI_STATE_DIR }}]\n {{- with $.Values.volumeMounts }}\n volumeMounts:\n {{- tpl . $ | nindent 4 }}\n {{- end }}"
|
|
| pods[1].name |
string |
|
|
| pods[1].resources |
object |
|
|
| pods[1].service.nodePort |
int |
|
|
| pods[1].service.port |
int |
|
|
| pods[1].service.type |
string |
|
|
| pods[1].sidecar |
object |
|
|
| serviceAccount.annotations |
object |
|
|
| serviceAccount.create |
bool |
|
|
| tolerations |
list |
|
|
| volumeMounts |
string |
"- name: seqr-datasets\n mountPath: /var/seqr\n readOnly: false\n- name: docker-socket\n mountPath: /var/run/docker.sock\n readOnly: false\n- name: luigi-config\n mountPath: /etc/luigi/luigi.cfg\n subPath: luigi.cfg"
|
|
| volumes |
string |
"- name: seqr-datasets\n persistentVolumeClaim:\n readOnly: false\n claimName: {{ include \"lib.pvc-name\" . }}\n- name: docker-socket\n hostPath:\n path: /var/run/docker.sock\n- name: luigi-config\n configMap:\n name: luigi-config\n items:\n - key: luigi.cfg\n path: luigi.cfg"
|
|