Loading kubernetes/idp-node-deployment.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,10 @@ spec: mountPath: /root/archives/esgf_config.tar.xz - name: esgf-truststore mountPath: /usr/java/latest/jre/lib/security/jssecacerts initContainers: - name: wait-for-postgres image: busybox command: ['sh', '-c', 'until nslookup esgf-postgres; do echo waiting for esgf-postgres; sleep 1; done;'] volumes: - name: esgf-config-archive hostPath: Loading kubernetes/idp-node-pod.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,10 @@ spec: mountPath: /root/archives/esgf_config.tar.xz - name: esgf-truststore mountPath: /usr/java/latest/jre/lib/security/jssecacerts initContainers: - name: wait-for-postgres image: busybox command: ['sh', '-c', 'until nslookup esgf-postgres; do echo waiting for esgf-postgres; sleep 1; done;'] volumes: - name: esgf-config-archive hostPath: Loading Loading
kubernetes/idp-node-deployment.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -44,6 +44,10 @@ spec: mountPath: /root/archives/esgf_config.tar.xz - name: esgf-truststore mountPath: /usr/java/latest/jre/lib/security/jssecacerts initContainers: - name: wait-for-postgres image: busybox command: ['sh', '-c', 'until nslookup esgf-postgres; do echo waiting for esgf-postgres; sleep 1; done;'] volumes: - name: esgf-config-archive hostPath: Loading
kubernetes/idp-node-pod.yaml +4 −0 Original line number Diff line number Diff line Loading @@ -19,6 +19,10 @@ spec: mountPath: /root/archives/esgf_config.tar.xz - name: esgf-truststore mountPath: /usr/java/latest/jre/lib/security/jssecacerts initContainers: - name: wait-for-postgres image: busybox command: ['sh', '-c', 'until nslookup esgf-postgres; do echo waiting for esgf-postgres; sleep 1; done;'] volumes: - name: esgf-config-archive hostPath: Loading