File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -115,6 +115,8 @@ LiteMaaS uses OpenShift's built-in OAuth for authentication. Follow these steps
115115
1161164. Click **Create**
117117
118+ **Alternatively** save the above as a file ` litemass-oauth.yaml` and apply with `oc apply -f litemass-oauth.yaml`
119+
118120# ## Step 4: Retrieve OAuth Information
119121
120122After creating the OAuth client, you'll need :
@@ -299,7 +301,7 @@ oc get pods
299301oc logs -l app=postgres --tail=50
300302
301303# Test database connectivity from backend
302- oc exec deployment/backend -- curl -f http://localhost:8081 /api/v1/health/reeady
304+ oc exec deployment/backend -- curl -f http://localhost:8080 /api/v1/health/ready
303305` ` `
304306
305307# ## Step 2: Access LiteLLM Administration UI
You can’t perform that action at this time.
0 commit comments