Loading rucio-server/Chart.yaml +1 −1 Original line number Diff line number Diff line name: rucio-server version: 0.3.0 version: 0.4.0 apiVersion: v1 description: A Helm chart to deploy servers for Rucio keywords: Loading rucio-server/templates/deployment.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,10 @@ spec: resources: {{ toYaml .Values.serverResources | indent 12 }} volumeMounts: - name: proxy-volume mountPath: /opt/proxy - name: ca-volume mountPath: /opt/certs - name: httpdlog mountPath: /var/log/httpd {{- range $key, $val := .Values.additionalSecrets }} Loading Loading
rucio-server/Chart.yaml +1 −1 Original line number Diff line number Diff line name: rucio-server version: 0.3.0 version: 0.4.0 apiVersion: v1 description: A Helm chart to deploy servers for Rucio keywords: Loading
rucio-server/templates/deployment.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -94,6 +94,10 @@ spec: resources: {{ toYaml .Values.serverResources | indent 12 }} volumeMounts: - name: proxy-volume mountPath: /opt/proxy - name: ca-volume mountPath: /opt/certs - name: httpdlog mountPath: /var/log/httpd {{- range $key, $val := .Values.additionalSecrets }} Loading