Sentry.io deployment to Openshift
- 
modify pvc setup in pvc.yaml and storageclass.yaml 
- 
edit deployment.yaml access key and secret key (these can be loaded from secrets) 
- 
finally create all 
cd minio
oc create -f . -R
check that minio is started correctly oc get pods
- stack.yaml contains lots of environment specific settings, please edit those first
- create it oc create -f stack.yaml, wait that database is up and running you can check thoseoc get pods
- find your postgresql container oc get pods|grep postgre
- oc rsh postgresql-95-centos7-1-2ccwdand then write- psqland insert command- CREATE EXTENSION IF NOT EXISTS citext;
- Edit populator.yaml env variables with your own specific settings, then create it oc create -f populator.yaml
- wait that populator will populate the db, you can follow the process oc get pods |grep database-populatorandoc logs database-populator. This might take few minutes.
- After the database-populator is Completed, write oc delete pod database-populator
- try login in https://yoursentryurl