Skip to content
Snippets Groups Projects

Resolve "Table with all PDB files, to make them available to download"

Merged Remi PLANEL requested to merge table-structure-with-molstar into dev
1 file
+ 8
8
Compare changes
  • Side-by-side
  • Inline
@@ -39,14 +39,14 @@ spec:
- name: http
containerPort: {{ .Values.service.port }}
protocol: TCP
livenessProbe:
httpGet:
path: /
port: http
readinessProbe:
httpGet:
path: /
port: http
# livenessProbe:
# httpGet:
# path: /
# port: http
# readinessProbe:
# httpGet:
# path: /
# port: http
resources:
{{- toYaml .Values.resources | nindent 12 }}
volumeMounts:
@@ -54,6 +54,8 @@ spec:
name: tmp
- name: nginx-config
mountPath: /etc/nginx/conf.d/
- name: structure-data-pvc
mountPath: /structure-data
{{- with .Values.nodeSelector }}
@@ -74,4 +76,6 @@ spec:
- name: nginx-config
configMap:
name: nginx-config
- name: structure-data-pvc
persistentVolumeClaim:
claimName: structure-data-pvc