Skip to content

Instructions for admin

Pritam Kalbhor edited this page Oct 25, 2022 · 8 revisions

Links

Development:

Production:

Secrets

Sensitive data provided to the application via secrets and it can be modified from here:
Prod: https://paas.cern.ch/k8s/ns/alcaval-dev/secrets/client-secret-file
Dev: https://paas.cern.ch/k8s/ns/alcaval-dev/secrets/client-secret-file
Once you modify any secret, you will need to re-deploy the application from:
Prod: DeploymentConfig
Dev: DeploymentConfig
Click on Actions -> Start rollout.

Re-start the build manually

When any changes are pushed to dev or main branch of the repository, application will be restarted automatically. This is because it is triggered by web-hooks. In case web-hooks are not functioning, you can restart the application using following links.

Prod: https://paas.cern.ch/k8s/ns/alcaval/buildconfigs/alcaval
Dev: https://paas.cern.ch/k8s/ns/alcaval-dev/buildconfigs/alcaval-dev
Click on Actions -> Start build to restart the build manually.

Refresh the application

Whenever you find application not performing as expected. You can quickly reset currently running pod from here:

https://paas.cern.ch/k8s/ns/alcaval/deploymentconfigs/alcaval

Scale down pod count to 0 then again scale up count to 1. This will create fresh instance which might help you resolving unexpected behavior. Note that this does not fetch any data from GitHub repo.

Clone this wiki locally