A hydrometric rating curve describes the mathematical relationship between stage and discharge. The rating curve app allows users to upload any stage and discharge datasets, develop and optimize rating models as well as save and compare results from previous sessions.
Apache License 2.0
2
stars
0
forks
source link
Clean existing resource from PROD env before releasing next one. #188
With current changes to deployments using HELM,
we have to clean the existing env from resources and then release so that resources can be deployed.
After logging in to OC from CLI switch to prod env of Hydra and fire the below command
oc delete dc,bc,is,pvc,configmap,secret,service,hpa -l app=nr-hydrometric-rating-curve-prod
With current changes to deployments using HELM, we have to clean the existing env from resources and then release so that resources can be deployed.
After logging in to OC from CLI switch to prod env of Hydra and fire the below command
oc delete dc,bc,is,pvc,configmap,secret,service,hpa -l app=nr-hydrometric-rating-curve-prod