Loading kubernetes/idp-node-pod.yaml 0 → 100644 +29 −0 Original line number Diff line number Diff line # note: the esg-idp-node container must connect to the esgf-postgres container at esgf-postgres:5432 # (as specified in the file /esg/config/esgf.properties) apiVersion: v1 kind: Pod metadata: name: esgf-idp-node labels: stack: esgf app: idp-node spec: containers: - name: esgf-idp-node image: esgfhub/esgf-idp-node:devel ports: - containerPort: 8080 - containerPort: 8443 volumeMounts: - name: esgf-config-archive mountPath: /root/archives/esgf_config.tar.xz - name: esgf-truststore mountPath: /usr/java/latest/jre/lib/security/jssecacerts volumes: - name: esgf-config-archive hostPath: path: /Users/cinquini/ESGF_CONFIG/archives/esgf_config.tar.xz - name: esgf-truststore hostPath: path: /Users/cinquini/ESGF_CONFIG/esg/config/tomcat/esg-truststore.ts kubernetes/index-node-pod.yaml +8 −0 Original line number Diff line number Diff line # note: the esg-index-node container must connect to the esgf-solr container at http://esgf-solr:8983/solr # (as specified in the file /esg/config/esgf.properties) apiVersion: v1 kind: Pod metadata: Loading @@ -15,7 +17,13 @@ spec: volumeMounts: - name: esgf-config-archive mountPath: /root/archives/esgf_config.tar.xz - name: esgf-truststore mountPath: /usr/java/latest/jre/lib/security/jssecacerts volumes: - name: esgf-config-archive hostPath: path: /Users/cinquini/ESGF_CONFIG/archives/esgf_config.tar.xz - name: esgf-truststore hostPath: path: /Users/cinquini/ESGF_CONFIG/esg/config/tomcat/esg-truststore.ts Loading
kubernetes/idp-node-pod.yaml 0 → 100644 +29 −0 Original line number Diff line number Diff line # note: the esg-idp-node container must connect to the esgf-postgres container at esgf-postgres:5432 # (as specified in the file /esg/config/esgf.properties) apiVersion: v1 kind: Pod metadata: name: esgf-idp-node labels: stack: esgf app: idp-node spec: containers: - name: esgf-idp-node image: esgfhub/esgf-idp-node:devel ports: - containerPort: 8080 - containerPort: 8443 volumeMounts: - name: esgf-config-archive mountPath: /root/archives/esgf_config.tar.xz - name: esgf-truststore mountPath: /usr/java/latest/jre/lib/security/jssecacerts volumes: - name: esgf-config-archive hostPath: path: /Users/cinquini/ESGF_CONFIG/archives/esgf_config.tar.xz - name: esgf-truststore hostPath: path: /Users/cinquini/ESGF_CONFIG/esg/config/tomcat/esg-truststore.ts
kubernetes/index-node-pod.yaml +8 −0 Original line number Diff line number Diff line # note: the esg-index-node container must connect to the esgf-solr container at http://esgf-solr:8983/solr # (as specified in the file /esg/config/esgf.properties) apiVersion: v1 kind: Pod metadata: Loading @@ -15,7 +17,13 @@ spec: volumeMounts: - name: esgf-config-archive mountPath: /root/archives/esgf_config.tar.xz - name: esgf-truststore mountPath: /usr/java/latest/jre/lib/security/jssecacerts volumes: - name: esgf-config-archive hostPath: path: /Users/cinquini/ESGF_CONFIG/archives/esgf_config.tar.xz - name: esgf-truststore hostPath: path: /Users/cinquini/ESGF_CONFIG/esg/config/tomcat/esg-truststore.ts