Skip to content

Commit 76c6d65

Browse files
authored
Merge pull request #57 from rhpds/rhpds-minor-instructions-cleanup-01
Very minor openshift deployment enhancements and correction
2 parents b5e5809 + 12c7b91 commit 76c6d65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

docs/deployment/openshift-deployment.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,8 @@ LiteMaaS uses OpenShift's built-in OAuth for authentication. Follow these steps
115115
116116
4. 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

120122
After creating the OAuth client, you'll need:
@@ -299,7 +301,7 @@ oc get pods
299301
oc 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

0 commit comments

Comments
 (0)