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:
@@ -2,7 +2,7 @@ apiVersion: apps/v1
|
||||
kind: Deployment
|
||||
metadata:
|
||||
name: findagram-frontend
|
||||
namespace: dispensary-scraper
|
||||
namespace: cannaiq
|
||||
spec:
|
||||
replicas: 1
|
||||
selector:
|
||||
@@ -17,7 +17,7 @@ spec:
|
||||
- name: regcred
|
||||
containers:
|
||||
- name: findagram-frontend
|
||||
image: code.cannabrands.app/creationshop/findagram-frontend:v1.0.0
|
||||
image: git.spdy.io/creationshop/findagram-frontend:v1.0.0
|
||||
ports:
|
||||
- containerPort: 80
|
||||
resources:
|
||||
@@ -32,7 +32,7 @@ apiVersion: v1
|
||||
kind: Service
|
||||
metadata:
|
||||
name: findagram-frontend
|
||||
namespace: dispensary-scraper
|
||||
namespace: cannaiq
|
||||
spec:
|
||||
selector:
|
||||
app: findagram-frontend
|
||||
|
||||
Reference in New Issue
Block a user