feat(infra): improve hyper link, add postgresql wiki
This commit is contained in:
parent
99c8ef4948
commit
4807baafa6
@ -394,7 +394,7 @@ az network lb show --name prod-usw2-k8s-freeleaps-lb --resource-group <resource-
|
||||
### **Your Specific Components**
|
||||
- [nginx-ingress](https://kubernetes.github.io/ingress-nginx/) - Your ingress controller
|
||||
- [cert-manager](https://cert-manager.io/docs/) - Your certificate manager
|
||||
- [GoDaddy DNS01](https://cert-manager.io/docs/configuration/acme/dns01/godaddy/) - Your DNS provider
|
||||
- [GoDaddy DNS01](https://cert-manager.io/docs/configuration/acme/dns01/) - Your DNS provider (GoDaddy configuration)
|
||||
- [Let's Encrypt](https://letsencrypt.org/docs/) - Your certificate authority
|
||||
|
||||
### **Related Documentation**
|
||||
|
||||
1055
docs/PostgreSQL_Gitea_Integration_Guide.md
Normal file
1055
docs/PostgreSQL_Gitea_Integration_Guide.md
Normal file
File diff suppressed because it is too large
Load Diff
@ -50,7 +50,7 @@ kubectl get namespaces | grep freeleaps
|
||||
|-------------|-------------------|-------------|------------|
|
||||
| **ArgoCD** | `https://argo.mathmast.com` | GitOps deployment | Web UI |
|
||||
| **Gitea** | `https://gitea.freeleaps.mathmast.com` | Git repository | Web UI |
|
||||
| **Jenkins** | `http://jenkins.freeleaps.mathmast.com` | CI/CD pipelines | Web UI |
|
||||
| **Jenkins** | `http://jenkins.freeleaps.mathmast.com` | CI/CD pipelines | Web UI (Internal access only) |
|
||||
| **RabbitMQ** | `http://rabbitmq:15672` | Message broker | Management UI |
|
||||
| **Grafana** | `https://grafana.mathmast.com` | Monitoring | Dashboards |
|
||||
|
||||
@ -138,6 +138,13 @@ freeleaps-monitoring-system # Monitoring stack
|
||||
- **Real Examples**: Your message queues and exchanges
|
||||
- **Management UI**: How to use the built-in management interface
|
||||
|
||||
### **🗄️ Phase 4.5: Database Management**
|
||||
- **[PostgreSQL & Gitea Integration Guide](PostgreSQL_Gitea_Integration_Guide.md)** - *Database operations*
|
||||
- **Production Connection**: Your actual PostgreSQL deployments (Alpha vs Production)
|
||||
- **Real Examples**: How Gitea connects to PostgreSQL in your environments
|
||||
- **Data Access**: How to access and manage your Gitea database
|
||||
- **Monitoring**: Database health checks and performance monitoring
|
||||
|
||||
### **🚀 Phase 5: Operations & Deployment**
|
||||
- **[Kubernetes Bootstrap Guide](Kubernetes_Bootstrap_Guide.md)** - *Cluster setup*
|
||||
- **Production Connection**: How your cluster was built
|
||||
|
||||
Loading…
Reference in New Issue
Block a user