-
Notifications
You must be signed in to change notification settings - Fork 0
Home
Captain Dany edited this page Jun 11, 2026
·
4 revisions
Welcome to the oscar project wiki — Open Source CRM.
| Page | Description |
|---|---|
| [[Project-Charter | Project Charter]] |
| [[CI-CD-Strategy | CI/CD Strategy]] |
| **[[Deployment-Guide | Deployment Guide]]** |
| **[[DNS-TLS | DNS & TLS]]** |
| **[[Troubleshooting | Troubleshooting]]** |
| [[Retrospective-Phase-1 | Phase 1 Retrospective]] |
| [[Risk-Register | Risk Register]] |
Bold pages are newly added or updated.
| Environment | URL | Status |
|---|---|---|
| Development | https://dev.oscar-crm.cc | 🟢 Active (first deploy succeeded) |
| Staging | https://staging.oscar-crm.cc | 🔴 Not deployed |
| Production | https://oscar-crm.cc | 🔴 Not deployed |
| Component | Details |
|---|---|
| Cluster | OKE (Oracle Kubernetes Engine) — 1 node VM.Standard2.1 (1 OCPU, 15 GB RAM) |
| Region | mx-queretaro-1 |
| Node IP | 159.54.137.54 |
| Ingress | nginx-ingress-controller (hostNetwork) |
| TLS | cert-manager + Let's Encrypt (ClusterIssuer letsencrypt-prod) |
| Container Registry | ghcr.io (GitHub Container Registry) |
| DNS | Cloudflare (not yet configured) |
DNS is not configured. The app is running and healthy at the node IP, but
oscar-crm.ccdoes not resolve to the cluster yet. See DNS-TLS for setup instructions.