Helm-charts for NoPayloadDB deployments
To clone the repository, use the following command:
git clone https://github.com/BNLNPPS/nopayloaddb-charts.gitYou need to copy your configuration values into the appropriate charts.
cp /path/to/your/values/values_sphenix.yaml nopayloaddb-charts/npdbchart_sphenix/values.yamlcp /path/to/your/values/values_belle2-java.yaml nopayloaddb-charts/npdbchart_belle2_java/values.yamlMake sure you are in the directory where oc and helm are installed.
oc login --token='YOUR_TOKEN'oc project <project-name>helm listhelm upgrade <helm-release-name> /path/to/your/helm-charts/nopayloaddb-charts/npdbchart_YOUR_EXPERIMENToc get podsoc logs <pod-name>oc describe pod <pod-name>oc get imagestreamsoc describe imagestream <image-stream-name>In most cases, deleting the pod fixes all issues. A new pod will be automatically spawned.
oc delete pod <pod-name>- Creator: Ruslan Mashinistov (BNL)