feat: Migrate to spdy.io infrastructure

- Namespace: dispensary-scraper → cannaiq
- Registry: code.cannabrands.app → git.spdy.io
- Database: External PostgreSQL at 10.100.6.50
- MinIO: Internal at 10.100.9.80:9000
- CI: ci.spdy.io

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Kelly
2025-12-15 06:40:48 -07:00
parent 0979c9c37a
commit a8360c7260
14 changed files with 64 additions and 55 deletions

View File

@@ -2,7 +2,7 @@ apiVersion: apps/v1
kind: Deployment
metadata:
name: findadispo-frontend
namespace: dispensary-scraper
namespace: cannaiq
spec:
replicas: 1
selector:
@@ -17,7 +17,7 @@ spec:
- name: regcred
containers:
- name: findadispo-frontend
image: code.cannabrands.app/creationshop/findadispo-frontend:v1.0.0
image: git.spdy.io/creationshop/findadispo-frontend:v1.0.0
ports:
- containerPort: 80
resources:
@@ -32,7 +32,7 @@ apiVersion: v1
kind: Service
metadata:
name: findadispo-frontend
namespace: dispensary-scraper
namespace: cannaiq
spec:
selector:
app: findadispo-frontend